Searched refs:NativeTypeArray (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.cpp | 20 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray 25 NativeTypeArray::~NativeTypeArray() = default; 27 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() 46 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId() 50 bool NativeTypeArray::isConstType() const { return false; } in isConstType() 52 bool NativeTypeArray::isUnalignedType() const { return false; } in isUnalignedType() 54 bool NativeTypeArray::isVolatileType() const { return false; } in isVolatileType() 56 uint32_t NativeTypeArray::getCount() const { in getCount() 62 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() 67 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength()
|
H A D | SymbolCache.cpp | 205 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.h | 22 class NativeTypeArray : public NativeRawSymbol { 24 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, 26 ~NativeTypeArray() override;
|
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoPDB/ |
H A D | Makefile | 60 NativeTypeArray.cpp \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
H A D | BUILD.gn | 50 "Native/NativeTypeArray.cpp",
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | CMakeLists.txt | 75 Native/NativeTypeArray.cpp
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 1710 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.macppc | 1709 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.loongson | 1709 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.octeon | 1709 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.arm64 | 1710 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.powerpc64 | 1708 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.armv7 | 1708 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.i386 | 1708 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
H A D | clang.sparc64 | 1709 ./usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 5231 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h 5966 llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
|