Searched refs:ProtobufIRDumper (Results 1 – 2 of 2) sorted by relevance
378 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 …]
28 class ProtobufIRDumper : public IRDumper, public IRToProtobufConverter {60 ProtobufIRDumper(const std::string &dump_path) in ProtobufIRDumper() function63 ~ProtobufIRDumper() override {} in ~ProtobufIRDumper()