Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h100 mutable unsigned IsExternal : 1; variable
166 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol()
407 bool isExternal() const { return IsExternal; } in setExternal()
408 void setExternal(bool Value) const { IsExternal = Value; }
/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
/llvm-project/lldb/source/API/
H A DSBSymbol.cpp196 bool SBSymbol::IsExternal() { in IsExternal()
200 return m_opaque_ptr->IsExternal(); in IsExternal()
195 bool SBSymbol::IsExternal() { IsExternal() function in SBSymbol
/llvm-project/lldb/bindings/interface/
H A DSBSymbolExtensions.i24 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h96 bool IsExternal();
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h74 IsExternal, enumerator
147 PROPERTY(Property, IsExternal);
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp106 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
107 if (IsExternal) { in getRelocationValueRef() local
/llvm-project/lldb/examples/functions/
H A Dmain.cpp235 dump = sc.GetSymbol().IsExternal(); in main()
/llvm-project/flang/lib/Lower/
H A DMangler.cpp121 Fortran::semantics::IsExternal(ultimateSymbol)) in mangleName()
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp428 bool IsExternal = in defineSymbol()
431 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in defineSymbol()
451 bool IsExternal = defineSymbol() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp389 (IsExternal(symbol) || in Check()
1546 if (IsExternal(symbol)) { in CheckExternal()
2820 (IsExternal(symbol) || symbol.GetBindName())); in DefinesGlobalName()
2834 (symbol.owner().IsGlobal() && IsExternal(symbol))) { in DefinesGlobalName()
2886 if (hasExplicitBindingLabel || IsExternal(symbol)) { in CheckProcedureAssemblyName()
3276 IsExternal(symbol)) { in CheckBindC()
H A Dtools.cpp576 isLocal = IsExternal(ultimate); in FindGlobal()
901 bool IsExternal(const Symbol &symbol) { in GetStorageAssociations()
893 bool IsExternal(const Symbol &symbol) { IsExternal() function
H A Dexpression.cpp3033 } else if (IsAssumedLengthCharacter(proc) && IsExternal(proc)) { in AnalyzeChevrons()
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h195 bool IsExternal(const Symbol &);
/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp496 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp745 if (symbol->IsExternal()) { in GetAddressRangeFromHereToEndLine()
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp744 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in Resolve()
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp908 m_comp_unit_sp.get(), ranges, &decl, location, symbol->IsExternal(), in ParseObjects()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3593 sym[sym_idx].IsExternal()); in ParseSymtab()
3636 sym[sym_idx].IsExternal()); in ParseSymtab()
4436 sym[pos->second].SetExternal(sym[sym_idx].IsExternal()); in ParseSymtab()
4471 sym[pos->second].SetExternal(sym[sym_idx].IsExternal()); in ParseSymtab()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1308 if (symbol->IsExternal()) in LookupFunction()