Searched refs:ArgListRecord (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 73 ErrorOr<ArgListRecord> ArgListRecord::deserialize(TypeRecordKind Kind, in deserialize() 81 return ArgListRecord(Kind, Indices); in deserialize() 425 bool ArgListRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
D | TypeTableBuilder.cpp | 61 TypeIndex TypeTableBuilder::writeArgList(const ArgListRecord &Record) { in writeArgList()
|
D | TypeDumper.cpp | 242 Error CVTypeDumper::visitArgList(ArgListRecord &Args) { in visitArgList()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 43 TypeIndex writeArgList(const ArgListRecord &Record);
|
D | TypeRecord.h | 263 class ArgListRecord : public TypeRecord { 265 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function 272 static ErrorOr<ArgListRecord> deserialize(TypeRecordKind Kind,
|
D | TypeRecords.def | 80 // FIXME: We reuse the structure of ArgListRecord for substring lists, but it
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 237 class ArgListRecord : public TypeRecord { 239 ArgListRecord() = default; 240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() function 242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 29 ArgListRecord AR(TypeRecordKind::ArgList); in createArgListRecord()
|
D | TypeIndexDiscoveryTest.cpp | 198 ArgListRecord Record{TypeRecordKind::ArgList, Ids};
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 172 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 225 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 270 ArgListRecord &Args) { in visitKnownRecord()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1290 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction() 1323 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 429 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1700 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction() 1739 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()
|