Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
61 codeview::ProcedureRecord Proc;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc);
61 codeview::ProcedureRecord Proc;
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h41 TypeIndex writeProcedure(const ProcedureRecord &Record);
DTypeRecord.h142 class ProcedureRecord : public TypeRecord {
144 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, in ProcedureRecord() function
155 static ErrorOr<ProcedureRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp46 ErrorOr<ProcedureRecord> ProcedureRecord::deserialize(TypeRecordKind Kind, in deserialize()
51 return ProcedureRecord(L->ReturnType, L->CallConv, L->Options, in deserialize()
402 bool ProcedureRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp33 TypeIndex TypeTableBuilder::writeProcedure(const ProcedureRecord &Record) { in writeProcedure()
DTypeDumper.cpp330 Error CVTypeDumper::visitProcedure(ProcedureRecord &Proc) { in visitProcedure()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp38 ProcedureRecord PR(TypeRecordKind::Procedure); in createProcedureRecord()
DTypeIndexDiscoveryTest.cpp188 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h151 class ProcedureRecord : public TypeRecord {
153 ProcedureRecord() = default;
154 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord() function
155 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, in ProcedureRecord() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h145 class ProcedureRecord : public TypeRecord {
147 ProcedureRecord() = default;
148 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord() function
149 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, in ProcedureRecord() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp79 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
DSymbolCache.cpp208 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp79 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
DSymbolCache.cpp218 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp597 const ProcedureRecord &pr, in CreateProcedureType()
652 ProcedureRecord pr; in CreateType()
653 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType()
1396 ProcedureRecord sig; in ParseVariablesForBlock()
1397 cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(signature, sig)); in ParseVariablesForBlock()
DSymbolFileNativePDB.h195 const llvm::codeview::ProcedureRecord &pr,
DPdbAstBuilder.cpp935 ProcedureRecord pr; in CreateType()
936 llvm::cantFail(TypeDeserializer::deserializeAs<ProcedureRecord>(cvt, pr)); in CreateType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp134 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
DTypeDumpVisitor.cpp310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
DTypeRecordMapping.cpp279 ProcedureRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp136 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
DTypeDumpVisitor.cpp310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
DTypeRecordMapping.cpp279 ProcedureRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp403 ProcedureRecord &Proc) { in visitKnownRecord()

12