/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.h | 30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc); 61 codeview::ProcedureRecord Proc;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.h | 30 codeview::TypeIndex TI, codeview::ProcedureRecord Proc); 61 codeview::ProcedureRecord Proc;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 41 TypeIndex writeProcedure(const ProcedureRecord &Record);
|
D | TypeRecord.h | 142 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/ |
D | TypeRecord.cpp | 46 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()
|
D | TypeTableBuilder.cpp | 33 TypeIndex TypeTableBuilder::writeProcedure(const ProcedureRecord &Record) { in writeProcedure()
|
D | TypeDumper.cpp | 330 Error CVTypeDumper::visitProcedure(ProcedureRecord &Proc) { in visitProcedure()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 38 ProcedureRecord PR(TypeRecordKind::Procedure); in createProcedureRecord()
|
D | TypeIndexDiscoveryTest.cpp | 188 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 151 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/ |
D | TypeRecord.h | 145 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/ |
D | NativeTypeFunctionSig.cpp | 79 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
|
D | SymbolCache.cpp | 208 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeFunctionSig.cpp | 79 codeview::ProcedureRecord Proc) in NativeTypeFunctionSig()
|
D | SymbolCache.cpp | 218 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 597 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()
|
D | SymbolFileNativePDB.h | 195 const llvm::codeview::ProcedureRecord &pr,
|
D | PdbAstBuilder.cpp | 935 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/ |
D | RecordName.cpp | 134 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 279 ProcedureRecord &Record) { in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 136 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 310 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 279 ProcedureRecord &Record) { in visitKnownRecord()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 403 ProcedureRecord &Proc) { in visitKnownRecord()
|