Home
last modified time | relevance | path

Searched refs:NativeTypeUDT (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp20 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
25 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
30 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
31 NativeTypeUDT &UnmodifiedType, in NativeTypeUDT()
36 NativeTypeUDT::~NativeTypeUDT() = default;
38 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump()
74 std::string NativeTypeUDT::getName() const { in getName()
81 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; } in getLexicalParentId()
83 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId()
90 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId()
[all …]
H A DSymbolCache.cpp147 return createSymbol<NativeTypeUDT>( in createSymbolForModifiedType()
148 static_cast<NativeTypeUDT &>(UnmodifiedNRS), std::move(Record)); in createSymbolForModifiedType()
211 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
214 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h24 class NativeTypeUDT : public NativeRawSymbol {
26 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,
29 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,
32 NativeTypeUDT(NativeSession &Session, SymIndexId Id,
33 NativeTypeUDT &UnmodifiedType,
36 ~NativeTypeUDT() override;
68 NativeTypeUDT *UnmodifiedType = nullptr;
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoPDB/
H A DMakefile66 NativeTypeUDT.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn56 "Native/NativeTypeUDT.cpp",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt81 Native/NativeTypeUDT.cpp
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641716 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.macppc1715 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.loongson1715 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.octeon1715 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.arm641716 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.powerpc641714 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.armv71714 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.i3861714 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
H A Dclang.sparc641715 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5237 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
5971 llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp