Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h98 mutable unsigned IsExternal : 1; variable
167 IsExternal(false), IsPrivateExtern(false), IsWeakExternal(false), in MCSymbol()
407 bool isExternal() const { return IsExternal; } in isExternal()
408 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h257 if (symbol.IsExternal()) in rank()
314 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
317 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
H A DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal() function
H A DSymbol.h196 bool IsExternal() const { return m_is_external; } in IsExternal() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp196 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
200 return m_opaque_ptr->IsExternal(); in IsExternal()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h96 bool IsExternal();
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h82 IsExternal, enumerator
155 PROPERTY(Property, IsExternal);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp106 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
107 if (IsExternal) { in getRelocationValueRef()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp427 bool IsExternal = in defineSymbol() local
430 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in defineSymbol()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp496 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp760 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp746 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in Resolve()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp905 m_comp_unit_sp.get(), ranges, &decl, location, symbol->IsExternal(), in ParseObjects()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1309 if (symbol->IsExternal()) in LookupFunction()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54099 result = (bool)(arg1)->IsExternal(); in _wrap_SBSymbol_IsExternal()