Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h66 codeview::ArgListRecord ArgList;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h235 class ArgListRecord : public TypeRecord {
237 ArgListRecord() = default;
238 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() function
240 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp105 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp224 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
H A DTypeRecordMapping.cpp338 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp301 ArgListRecord &Args) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1926 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
1975 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()