Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolFunc.h52 FORWARD_SYMBOL_METHOD(hasInlineAttribute)
DIPDBRawSymbol.h189 virtual bool hasInlineAttribute() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h166 bool hasInlineAttribute() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h161 bool hasInlineAttribute() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp480 bool NativeRawSymbol::hasInlineAttribute() const { in hasInlineAttribute() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp952 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol()
1433 method.isStatic(), method.hasInlineAttribute(), in AddRecordMethod()
DSymbolFilePDB.cpp1198 if (!pdb_func_up && !(include_inlines && pdb_func_up->hasInlineAttribute())) in ResolveFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1010 bool DIARawSymbol::hasInlineAttribute() const { in hasInlineAttribute() function in DIARawSymbol