Home
last modified time | relevance | path

Searched refs:ProtobufIRDumper (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp378 bool ProtobufIRDumper::AddLinkableMessageIR (const LinkableMessageIR *lm) { in AddLinkableMessageIR()
409 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR()
418 bool ProtobufIRDumper::AddElfObjectIR(const ElfObjectIR *elf_object) { in AddElfObjectIR()
427 bool ProtobufIRDumper::AddElfSymbolMessageIR(const ElfSymbolIR *em) { in AddElfSymbolMessageIR()
437 bool ProtobufIRDumper::AddRecordTypeIR(const RecordTypeIR *recordp) { in AddRecordTypeIR()
446 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR()
455 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
464 bool ProtobufIRDumper::AddEnumTypeIR(const EnumTypeIR *enump) { in AddEnumTypeIR()
473 bool ProtobufIRDumper::AddGlobalVarIR(const GlobalVarIR *global_varp) { in AddGlobalVarIR()
482 bool ProtobufIRDumper::AddPointerTypeIR(const PointerTypeIR *pointerp) { in AddPointerTypeIR()
[all …]
Dir_dumper.h28 class ProtobufIRDumper : public IRDumper, public IRToProtobufConverter {
60 ProtobufIRDumper(const std::string &dump_path) in ProtobufIRDumper() function
63 ~ProtobufIRDumper() override {} in ~ProtobufIRDumper()