Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h27 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
58 codeview::ProcedureRecord Proc;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp80 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
H A DSymbolCache.cpp224 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h78 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 DRecordName.cpp140 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp311 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
H A DTypeRecordMapping.cpp324 ProcedureRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h217 const llvm::codeview::ProcedureRecord &pr,
H A DSymbolFileNativePDB.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()
H A DPdbAstBuilder.cpp793 ProcedureRecord pr; in CreateType()
794 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp408 ProcedureRecord &Proc) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp405 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp616 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 DCodeViewDebug.cpp2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeMemberFunction()