Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp81 FuncIdRecord FRecord; in getName()
83 TypeDeserializer::deserializeAs<FuncIdRecord>(InlineeType, FRecord)); in getName()
/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h615 class FuncIdRecord : public TypeRecord {
617 FuncIdRecord() = default;
618 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FuncIdRecord() function
619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h609 class FuncIdRecord : public TypeRecord {
611 FuncIdRecord() = default;
612 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in FuncIdRecord() function
613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp150 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeDumpVisitor.cpp347 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeRecordMapping.cpp526 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp152 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeDumpVisitor.cpp347 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
DTypeRecordMapping.cpp527 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) { in visitKnownRecord()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp173 static FuncIdRecord FuncId(TypeIndex(1), TypeIndex(2), "FuncId");
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp425 FuncIdRecord &Func) { in visitKnownRecord()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp563 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp563 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp386 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()