Home
last modified time | relevance | path

Searched refs:ArgListRecord (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp73 ErrorOr<ArgListRecord> ArgListRecord::deserialize(TypeRecordKind Kind, in deserialize()
81 return ArgListRecord(Kind, Indices); in deserialize()
425 bool ArgListRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp61 TypeIndex TypeTableBuilder::writeArgList(const ArgListRecord &Record) { in writeArgList()
DTypeDumper.cpp242 Error CVTypeDumper::visitArgList(ArgListRecord &Args) { in visitArgList()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h43 TypeIndex writeArgList(const ArgListRecord &Record);
DTypeRecord.h263 class ArgListRecord : public TypeRecord {
265 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
272 static ErrorOr<ArgListRecord> deserialize(TypeRecordKind Kind,
DTypeRecords.def80 // FIXME: We reuse the structure of ArgListRecord for substring lists, but it
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h237 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/
DTypeHashingTest.cpp29 ArgListRecord AR(TypeRecordKind::ArgList); in createArgListRecord()
DTypeIndexDiscoveryTest.cpp198 ArgListRecord Record{TypeRecordKind::ArgList, Ids};
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
DTypeRecordMapping.cpp172 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp225 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp270 ArgListRecord &Args) { in visitKnownRecord()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1290 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/
DCodeViewYAMLTypes.cpp429 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1700 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
1739 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()