Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeArray.h32 FORWARD_SYMBOL_METHOD(getArrayIndexTypeId)
DIPDBRawSymbol.h53 virtual uint32_t getArrayIndexTypeId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h45 uint32_t getArrayIndexTypeId() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp161 MOCK_SYMBOL_ACCESSOR(getArrayIndexTypeId)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp450 uint32_t DIARawSymbol::getArrayIndexTypeId() const { in getArrayIndexTypeId() function in DIARawSymbol