Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h63 codeview::ArgListRecord ArgList;
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h236 class ArgListRecord : public TypeRecord {
238 ArgListRecord() = default;
239 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() function
241 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp106 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList)); in initializeArgList()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp80 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.cpp358 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) { in visitKnownRecord()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp304 ArgListRecord &Args) { in visitKnownRecord()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1188 ArgListRecord args; in CreateFunctionType()
1190 TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args)); in CreateFunctionType()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2052 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeFunction()
2101 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices); in lowerTypeMemberFunction()