Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h52 FORWARD_SYMBOL_METHOD(hasInlineAttribute)
H A DIPDBRawSymbol.h189 virtual bool hasInlineAttribute() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h166 bool hasInlineAttribute() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h161 bool hasInlineAttribute() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp480 bool NativeRawSymbol::hasInlineAttribute() const { in hasInlineAttribute() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1010 bool DIARawSymbol::hasInlineAttribute() const { in hasInlineAttribute() function in DIARawSymbol