Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolData.h42 FORWARD_SYMBOL_METHOD(isAggregated)
DIPDBRawSymbol.h162 virtual bool isAggregated() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h153 bool isAggregated() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp267 MOCK_SYMBOL_ACCESSOR(isAggregated)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp918 bool DIARawSymbol::isAggregated() const { in isAggregated() function in DIARawSymbol