Home
last modified time | relevance | path

Searched refs:hasNoInlineAttribute (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugStart.h32 FORWARD_SYMBOL_METHOD(hasNoInlineAttribute)
H A DPDBSymbolLabel.h32 FORWARD_SYMBOL_METHOD(hasNoInlineAttribute)
H A DPDBSymbolFuncDebugEnd.h32 FORWARD_SYMBOL_METHOD(hasNoInlineAttribute)
H A DPDBSymbolFunc.h64 FORWARD_SYMBOL_METHOD(hasNoInlineAttribute)
H A DIPDBRawSymbol.h194 virtual bool hasNoInlineAttribute() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h172 bool hasNoInlineAttribute() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h167 bool hasNoInlineAttribute() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp503 bool NativeRawSymbol::hasNoInlineAttribute() const { in hasNoInlineAttribute() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp342 MOCK_SYMBOL_ACCESSOR(hasNoInlineAttribute)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1034 bool DIARawSymbol::hasNoInlineAttribute() const { in hasNoInlineAttribute() function in DIARawSymbol
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp404 if (pdb_func->hasNoInlineAttribute()) in ParseFunctionBlocksForPDBSymbol()