Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h100 mutable unsigned IsExternal : 1; variable
163 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol()
404 bool isExternal() const { return IsExternal; } in isExternal()
405 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSymbol.i66 IsExternal();
91 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
/openbsd-src/gnu/llvm/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.h180 bool IsExternal() const { return m_is_external; } in IsExternal() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbol.cpp195 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
199 return m_opaque_ptr->IsExternal(); in IsExternal()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSymbol.h96 bool IsExternal();
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h74 IsExternal, enumerator
147 PROPERTY(Property, IsExternal);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
108 if (IsExternal) { in getRelocationValueRef()
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp235 dump = sc.GetSymbol().IsExternal(); in main()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp437 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local
440 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp446 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp798 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp747 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in Resolve()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3573 sym[sym_idx].IsExternal()); in ParseSymtab()
3616 sym[sym_idx].IsExternal()); in ParseSymtab()
4418 sym[pos->second].SetExternal(sym[sym_idx].IsExternal()); in ParseSymtab()
4453 sym[pos->second].SetExternal(sym[sym_idx].IsExternal()); in ParseSymtab()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1323 if (sym_ctx.symbol->IsExternal()) in LookupFunction()