Home
last modified time | relevance | path

Searched refs:getArrayIndexTypeId (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump()
45 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in NativeTypeArray
H A DNativeRawSymbol.cpp117 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; } in getArrayIndexTypeId() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h31 SymIndexId getArrayIndexTypeId() const override;
H A DNativeRawSymbol.h71 SymIndexId getArrayIndexTypeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h66 SymIndexId getArrayIndexTypeId() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h91 virtual SymIndexId getArrayIndexTypeId() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h350 uint32_t getArrayIndexTypeId() { in getArrayIndexTypeId() function
H A DBTFDebug.cpp213 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp592 SymIndexId DIARawSymbol::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in DIARawSymbol