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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbol.i64 IsExternal();
89 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-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h60 bool IsExternal();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp189 bool SBSymbol::IsExternal() { function in class:SBSymbol
190 LLDB_RECORD_METHOD_NO_ARGS(bool, SBSymbol, IsExternal);
193 return m_opaque_ptr->IsExternal();
232 LLDB_REGISTER_METHOD(bool, SBSymbol, IsExternal, ());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h98 mutable unsigned IsExternal : 1;
156 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
397 bool isExternal() const { return IsExternal; }
398 void setExternal(bool Value) const { IsExternal = Value; }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h157 if (symbol.IsExternal())
207 return m_symbols[idx].IsExternal();
210 return !m_symbols[idx].IsExternal();
H A DVariable.h67 bool IsExternal() const { return m_external; } function in class:lldb_private::Variable
H A DSymbol.h162 bool IsExternal() const { return m_is_external; } function in class:lldb_private::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); local
108 if (IsExternal) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp445 if (sc.symbol->IsExternal())
H A DSymbolContext.cpp797 if (symbol->IsExternal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp418 bool IsExternal = MCSym.isExternal() || local
421 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp802 (candidate_sc.symbol && candidate_sc.symbol->IsExternal());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1277 if (sym_ctx.symbol->IsExternal())
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 237 milliseconds