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.cpp315 bool ProtobufIRDumper::AddLinkableMessageIR (const LinkableMessageIR *lm) { in AddLinkableMessageIR()
346 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR()
357 bool ProtobufIRDumper::AddElfObjectIR(const ElfObjectIR *elf_object) { in AddElfObjectIR()
368 bool ProtobufIRDumper::AddElfSymbolMessageIR(const ElfSymbolIR *em) { in AddElfSymbolMessageIR()
378 bool ProtobufIRDumper::AddRecordTypeIR(const RecordTypeIR *recordp) { in AddRecordTypeIR()
387 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR()
396 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
405 bool ProtobufIRDumper::AddEnumTypeIR(const EnumTypeIR *enump) { in AddEnumTypeIR()
414 bool ProtobufIRDumper::AddGlobalVarIR(const GlobalVarIR *global_varp) { in AddGlobalVarIR()
423 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()