Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h37 FORWARD_SYMBOL_METHOD(isAggregated)
H A DIPDBRawSymbol.h206 virtual bool isAggregated() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h178 bool isAggregated() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h184 bool isAggregated() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp547 bool NativeRawSymbol::isAggregated() const { in isAggregated() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp347 RAW_METHOD_DUMP(OS, isAggregated); in dump()
1080 bool DIARawSymbol::isAggregated() const { in isAggregated() function in DIARawSymbol