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.cpp303 bool ProtobufIRDumper::AddLinkableMessageIR (const LinkableMessageIR *lm) { in AddLinkableMessageIR()
334 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR()
345 bool ProtobufIRDumper::AddElfObjectIR(const ElfObjectIR *elf_object) { in AddElfObjectIR()
356 bool ProtobufIRDumper::AddElfSymbolMessageIR(const ElfSymbolIR *em) { in AddElfSymbolMessageIR()
366 bool ProtobufIRDumper::AddRecordTypeIR(const RecordTypeIR *recordp) { in AddRecordTypeIR()
375 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) { in AddFunctionTypeIR()
384 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) { in AddFunctionIR()
393 bool ProtobufIRDumper::AddEnumTypeIR(const EnumTypeIR *enump) { in AddEnumTypeIR()
402 bool ProtobufIRDumper::AddGlobalVarIR(const GlobalVarIR *global_varp) { in AddGlobalVarIR()
411 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()