Home
last modified time | relevance | path

Searched refs:FuncIdRecord (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp228 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()
DTypeTableBuilder.cpp238 TypeIndex TypeTableBuilder::writeFuncId(const FuncIdRecord &Record) { in writeFuncId()
DTypeDumper.cpp384 Error CVTypeDumper::visitFuncId(FuncIdRecord &Func) { in visitFuncId()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h55 TypeIndex writeFuncId(const FuncIdRecord &Record);
DTypeRecord.h713 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/
DTypeRecord.h591 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/
DRecordName.cpp151 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeRecordMapping.cpp333 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp348 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp174 static FuncIdRecord FuncId(TypeIndex(1), TypeIndex(2), "FuncId");
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp391 FuncIdRecord &Func) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp564 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) { in map()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp333 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()