Home
last modified time | relevance | path

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

/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/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/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1290 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
1323 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()