Home
last modified time | relevance | path

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

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