Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp116 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; } in getArrayIndexTypeId() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h31 SymIndexId getArrayIndexTypeId() const override;
H A DNativeRawSymbol.h71 SymIndexId getArrayIndexTypeId() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h66 SymIndexId getArrayIndexTypeId() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h91 virtual SymIndexId getArrayIndexTypeId() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h411 uint32_t getArrayIndexTypeId() { in getArrayIndexTypeId() function
H A DBTFDebug.cpp269 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp592 SymIndexId DIARawSymbol::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in DIARawSymbol