Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp32 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump()
46 SymIndexId NativeTypeArray::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in NativeTypeArray
H A DNativeRawSymbol.cpp118 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; } in getArrayIndexTypeId() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h32 SymIndexId getArrayIndexTypeId() const override;
H A DNativeRawSymbol.h72 SymIndexId getArrayIndexTypeId() const override;
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.h258 uint32_t getArrayIndexTypeId() { in getArrayIndexTypeId() function
H A DBTFDebug.cpp180 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h67 SymIndexId getArrayIndexTypeId() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h96 virtual SymIndexId getArrayIndexTypeId() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp593 SymIndexId DIARawSymbol::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in DIARawSymbol