Home
last modified time | relevance | path

Searched refs:ProcedureRecord (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypeFunctionSig.h27 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
58 codeview::ProcedureRecord Proc;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h146 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeFunctionSig.cpp80 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
HDSymbolCache.cpp224 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h78 Error visitKnownRecord(CVType &Record, ProcedureRecord &Proc) override;
399 Error visitKnownRecord(CVType &Record, ProcedureRecord &Proc, TypeIndex TI,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h217 const llvm::codeview::ProcedureRecord &pr,
HDSymbolFileNativePDB.cpp707 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()
HDPdbAstBuilder.cpp793 ProcedureRecord pr; in CreateType()
794 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp140 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
HDTypeDumpVisitor.cpp311 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
HDTypeRecordMapping.cpp324 ProcedureRecord &Record) { in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp408 ProcedureRecord &Proc) { in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp405 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) { in map()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp616 Error LVTypeVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc) { in visitKnownRecord()
2416 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc, in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()