Searched refs:ProtobufIRReader (Results 1 – 2 of 2) sorted by relevance
32 void ProtobufIRReader::ReadTypeInfo( in ReadTypeInfo()43 bool ProtobufIRReader::ReadDumpImpl(const std::string &dump_file) { in ReadDumpImpl()70 TemplateInfoIR ProtobufIRReader::TemplateInfoProtobufToIR( in TemplateInfoProtobufToIR()91 FunctionIR ProtobufIRReader::FunctionProtobufToIR( in FunctionProtobufToIR()111 FunctionTypeIR ProtobufIRReader::FunctionTypeProtobufToIR( in FunctionTypeProtobufToIR()119 VTableLayoutIR ProtobufIRReader::VTableLayoutProtobufToIR( in VTableLayoutProtobufToIR()133 std::vector<RecordFieldIR> ProtobufIRReader::RecordFieldsProtobufToIR( in RecordFieldsProtobufToIR()147 ProtobufIRReader::RecordCXXBaseSpecifiersProtobufToIR( in RecordCXXBaseSpecifiersProtobufToIR()159 RecordTypeIR ProtobufIRReader::RecordTypeProtobufToIR( in RecordTypeProtobufToIR()180 std::vector<EnumFieldIR> ProtobufIRReader::EnumFieldsProtobufToIR( in EnumFieldsProtobufToIR()[all …]
34 class ProtobufIRReader : public IRReader {41 ProtobufIRReader(const std::set<std::string> *exported_headers) in ProtobufIRReader() function