Searched refs:IsExternal (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolExtensions.i24 external = property(IsExternal, None, doc='''A read only property that returns a boolean value that indicates if this symbol is externally visiable (exported) from the module that contains it.''')
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h96 bool IsExternal();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h99 mutable unsigned IsExternal : 1;
165 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
406 bool isExternal() const { return IsExternal; }
407 void setExternal(bool Value) const { IsExternal = Value; }
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp195 bool SBSymbol::IsExternal() { function in class:SBSymbol
199 return m_opaque_ptr->IsExternal();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h257 if (symbol.IsExternal())
314 return m_symbols[idx].IsExternal();
317 return !m_symbols[idx].IsExternal();
H A DVariable.h70 bool IsExternal() const { return m_external; } function in class:lldb_private::Variable
H A DSymbol.h196 bool IsExternal() const { return m_is_external; } function in class:lldb_private::Symbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h74 IsExternal, member in class:llvm::logicalview::LVElement::Property
147 PROPERTY(Property, IsExternal);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); local
108 if (IsExternal) {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp456 bool IsExternal = local
459 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp500 if (sc.symbol->IsExternal())
H A DSymbolContext.cpp801 if (symbol->IsExternal()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp905 m_comp_unit_sp.get(), ranges, &decl, location, symbol->IsExternal(),
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp747 (candidate_sc.symbol && candidate_sc.symbol->IsExternal());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1311 if (symbol->IsExternal())
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 512 milliseconds