Searched refs:ProtobufIRReader (Results 1 – 2 of 2) sorted by relevance
31 void ProtobufIRReader::ReadTypeInfo( in ReadTypeInfo()42 bool ProtobufIRReader::ReadDump(const std::string &dump_file) { in ReadDump()69 TemplateInfoIR ProtobufIRReader::TemplateInfoProtobufToIR( in TemplateInfoProtobufToIR()90 FunctionIR ProtobufIRReader::FunctionProtobufToIR( in FunctionProtobufToIR()110 FunctionTypeIR ProtobufIRReader::FunctionTypeProtobufToIR( in FunctionTypeProtobufToIR()118 VTableLayoutIR ProtobufIRReader::VTableLayoutProtobufToIR( in VTableLayoutProtobufToIR()132 std::vector<RecordFieldIR> ProtobufIRReader::RecordFieldsProtobufToIR( in RecordFieldsProtobufToIR()145 ProtobufIRReader::RecordCXXBaseSpecifiersProtobufToIR( in RecordCXXBaseSpecifiersProtobufToIR()157 RecordTypeIR ProtobufIRReader::RecordTypeProtobufToIR( in RecordTypeProtobufToIR()179 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