Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbols.h64 bool isExternal() { return IsExternal; } in isExternal()
81 : SymbolKind(K), IsExternal(true), IsCOMDAT(false), in SymbolKind()
86 unsigned IsExternal : 1; variable
159 bool IsExternal = false,
163 this->IsExternal = IsExternal; in DefinedCOFF()
185 this->IsExternal = true; in DefinedCOFF()
207 IsExternal = S.isExternal(); in DefinedAbsolute()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h97 mutable unsigned IsExternal : 1; variable
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol()
393 bool isExternal() const { return IsExternal; } in isExternal()
394 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp167 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
169 return m_opaque_ptr->IsExternal(); in IsExternal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h189 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
192 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
H A DVariable.h72 bool IsExternal() const { return m_external; } in IsExternal() function
H A DSymbol.h170 bool IsExternal() const { return m_is_external; } in IsExternal() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbol.h61 bool IsExternal();
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp108 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
109 if (IsExternal) { in getRelocationValueRef()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp409 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local
412 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp441 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp834 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp811 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in FindInSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1429 if (sym_ctx.symbol->IsExternal()) in FindExternalVisibleDecls()