Searched refs:FuncIdRecord (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 228 ErrorOr<FuncIdRecord> FuncIdRecord::deserialize(TypeRecordKind Kind, in deserialize() 233 return FuncIdRecord(L->ParentScope, L->FunctionType, Name); in deserialize() 490 bool FuncIdRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
D | TypeTableBuilder.cpp | 238 TypeIndex TypeTableBuilder::writeFuncId(const FuncIdRecord &Record) { in writeFuncId()
|
D | TypeDumper.cpp | 384 Error CVTypeDumper::visitFuncId(FuncIdRecord &Func) { in visitFuncId()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 55 TypeIndex writeFuncId(const FuncIdRecord &Record);
|
D | TypeRecord.h | 713 class FuncIdRecord : public TypeRecord { 715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function 723 static ErrorOr<FuncIdRecord> deserialize(TypeRecordKind Kind,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 591 class FuncIdRecord : public TypeRecord { 593 FuncIdRecord() = default; 594 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FuncIdRecord() function 595 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 151 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 333 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 348 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 174 static FuncIdRecord FuncId(TypeIndex(1), TypeIndex(2), "FuncId");
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 391 FuncIdRecord &Func) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 564 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) { in map()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 333 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
|