Searched refs:ProcedureRecord (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 27 codeview::TypeIndex TI, codeview::ProcedureRecord Proc); 58 codeview::ProcedureRecord Proc;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 146 class ProcedureRecord : public TypeRecord { 148 ProcedureRecord() = default; 149 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord() function 150 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, in ProcedureRecord() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 80 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
|
H A D | SymbolCache.cpp | 224 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 78 Error visitKnownRecord(CVType &Record, ProcedureRecord &Proc) override; 399 Error visitKnownRecord(CVType &Record, ProcedureRecord &Proc, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 140 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 311 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 324 ProcedureRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 217 const llvm::codeview::ProcedureRecord &pr,
|
H A D | SymbolFileNativePDB.cpp | 707 const ProcedureRecord &pr, in CreateProcedureType() 761 ProcedureRecord pr; in CreateType() 762 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType() 1932 ProcedureRecord sig; in ParseVariablesForBlock() 1933 if (llvm::Error e = TypeDeserializer::deserializeAs<ProcedureRecord>( in ParseVariablesForBlock()
|
H A D | PdbAstBuilder.cpp | 793 ProcedureRecord pr; in CreateType() 794 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 408 ProcedureRecord &Proc) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 405 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 616 Error LVTypeVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc) { in visitKnownRecord() 2416 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeMemberFunction()
|