Searched refs:ArgListRecord (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h63 codeview::ArgListRecord ArgList;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp106 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h236 class ArgListRecord : public TypeRecord { class in namespace:llvm::codeview
238 ArgListRecord() = default;
239 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::ArgListRecord
241 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) function in class:llvm::codeview::ArgListRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp80 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
H A DTypeDumpVisitor.cpp224 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
H A DTypeRecordMapping.cpp358 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1190 ArgListRecord args;
1192 TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp305 ArgListRecord &Args) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h371 Error visitKnownRecord(CVType &Record, ArgListRecord &Args, TypeIndex TI,
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2085 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
2134 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1796 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, ArgListRecord &Args,

Completed in 119 milliseconds