Searched refs:NativeTypeArray (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.cpp | 19 NativeTypeArray::NativeTypeArray(NativeSession &Session, SymIndexId Id, in NativeTypeArray() function in NativeTypeArray 24 NativeTypeArray::~NativeTypeArray() {} in ~NativeTypeArray() 26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() 45 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId() 49 bool NativeTypeArray::isConstType() const { return false; } in isConstType() 51 bool NativeTypeArray::isUnalignedType() const { return false; } in isUnalignedType() 53 bool NativeTypeArray::isVolatileType() const { return false; } in isVolatileType() 55 uint32_t NativeTypeArray::getCount() const { in getCount() 61 SymIndexId NativeTypeArray::getTypeId() const { in getTypeId() 66 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength()
|
H A D | SymbolCache.cpp | 200 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
|
/netbsd-src/external/apache2/llvm/dist/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;
|
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/ |
H A D | Makefile | 84 NativeTypeArray.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
H A D | BUILD.gn | 46 "Native/NativeTypeArray.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | CMakeLists.txt | 72 Native/NativeTypeArray.cpp
|