Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSymbol.h100 mutable unsigned IsExternal : 1; variable
158 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol()
401 bool isExternal() const { return IsExternal; } in isExternal()
402 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBSymbol.cpp187 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
188 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsExternal); in IsExternal()
191 return m_opaque_ptr->IsExternal(); in IsExternal()
230 LLDB_REGISTER_METHOD(bool, SBSymbol, IsExternal, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBSymbol.i62 IsExternal();
87 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymtab.h158 if (symbol.IsExternal()) in rank()
214 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
217 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal() function
DSymbol.h170 bool IsExternal() const { return m_is_external; } in IsExternal() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBSymbol.h60 bool IsExternal();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
108 if (IsExternal) { in getRelocationValueRef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp419 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local
422 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbol.cpp446 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
DSymbolContext.cpp802 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp813 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in FindInSymbols()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1296 if (sym_ctx.symbol->IsExternal()) in LookupFunction()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp45605 result = (bool)(arg1)->IsExternal(); in _wrap_SBSymbol_IsExternal()