Searched refs:IsExternal (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCSymbol.h | 100 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/ |
| D | SBSymbol.cpp | 187 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/ |
| D | SBSymbol.i | 62 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/ |
| D | Symtab.h | 158 if (symbol.IsExternal()) in rank() 214 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex() 217 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
|
| D | Variable.h | 70 bool IsExternal() const { return m_external; } in IsExternal() function
|
| D | Symbol.h | 170 bool IsExternal() const { return m_is_external; } in IsExternal() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBSymbol.h | 60 bool IsExternal();
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local 108 if (IsExternal) { in getRelocationValueRef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 419 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/ |
| D | Symbol.cpp | 446 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
|
| D | SymbolContext.cpp | 802 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | IRExecutionUnit.cpp | 813 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in FindInSymbols()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionDeclMap.cpp | 1296 if (sym_ctx.symbol->IsExternal()) in LookupFunction()
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 45605 result = (bool)(arg1)->IsExternal(); in _wrap_SBSymbol_IsExternal()
|