Home
last modified time | relevance | path

Searched refs:MemberFunctionRecord (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp55 ErrorOr<MemberFunctionRecord>
56 MemberFunctionRecord::deserialize(TypeRecordKind Kind, in deserialize()
60 return MemberFunctionRecord(L->ReturnType, L->ClassType, L->ThisType, in deserialize()
409 bool MemberFunctionRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp46 TypeTableBuilder::writeMemberFunction(const MemberFunctionRecord &Record) { in writeMemberFunction()
DTypeDumper.cpp348 Error CVTypeDumper::visitMemberFunction(MemberFunctionRecord &MF) { in visitMemberFunction()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h42 TypeIndex writeMemberFunction(const MemberFunctionRecord &Record);
DTypeRecord.h183 class MemberFunctionRecord : public TypeRecord {
185 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() function
199 static ErrorOr<MemberFunctionRecord> deserialize(TypeRecordKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h172 class MemberFunctionRecord : public TypeRecord {
174 MemberFunctionRecord() = default;
175 explicit MemberFunctionRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFunctionRecord() function
177 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp143 MemberFunctionRecord &MF) { in visitKnownRecord()
DTypeRecordMapping.cpp159 MemberFunctionRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp322 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, MemberFunctionRecord &MF) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp379 MemberFunctionRecord &MF) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp191 static MemberFunctionRecord MemberFunction(TypeIndex(19), TypeIndex(20),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp408 template <> void LeafRecordImpl<MemberFunctionRecord>::map(IO &IO) { in map()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1331 TypeIndex TI = TypeTable.writeMemberFunction(MemberFunctionRecord( in lowerTypeMemberFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1745 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, in lowerTypeMemberFunction()