Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h31 SymIndexId getArrayIndexTypeId() const override;
H A DNativeRawSymbol.h71 SymIndexId getArrayIndexTypeId() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h66 SymIndexId getArrayIndexTypeId() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h91 virtual SymIndexId getArrayIndexTypeId() const = 0;
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h400 uint32_t getArrayIndexTypeId() { in getArrayIndexTypeId() function
H A DBTFDebug.cpp266 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp246 MOCK_SYMBOL_ACCESSOR(getArrayIndexTypeId)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp592 SymIndexId DIARawSymbol::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in DIARawSymbol