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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h27 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
58 codeview::ProcedureRecord Proc;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp80 codeview::ProcedureRecord Proc)
H A DSymbolCache.cpp224 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>(
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h146 class ProcedureRecord : public TypeRecord { class in namespace:llvm::codeview
148 ProcedureRecord() = default;
149 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::ProcedureRecord
150 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, function in class:llvm::codeview::ProcedureRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp140 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) {
H A DTypeDumpVisitor.cpp310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) {
H A DTypeRecordMapping.cpp324 ProcedureRecord &Record) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h217 const llvm::codeview::ProcedureRecord &pr,
H A DSymbolFileNativePDB.cpp707 const ProcedureRecord &pr,
761 ProcedureRecord pr;
762 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr));
1932 ProcedureRecord sig;
1933 if (llvm::Error e = TypeDeserializer::deserializeAs<ProcedureRecord>(
H A DPdbAstBuilder.cpp793 ProcedureRecord pr;
794 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr));
/freebsd-current/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-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp407 ProcedureRecord &Proc) {
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp404 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp616 Error LVTypeVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc) {
2416 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, ProcedureRecord &Proc,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(),

Completed in 209 milliseconds