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