/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 100 mutable unsigned IsExternal : 1; variable 166 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol() 407 bool isExternal() const { return IsExternal; } in isExternal() 408 void setExternal(bool Value) const { IsExternal = Value; } in setExternal()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symtab.h | 257 if (symbol.IsExternal()) in rank() 314 return m_symbols[idx].IsExternal(); in CheckSymbolAtIndex() 317 return !m_symbols[idx].IsExternal(); in CheckSymbolAtIndex()
|
H A D | Variable.h | 70 bool IsExternal() const { return m_external; } in IsExternal() function
|
H A D | Symbol.h | 196 bool IsExternal() const { return m_is_external; } in SetExternal() 194 bool IsExternal() const { return m_is_external; } IsExternal() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSymbol.cpp | 195 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol 199 return m_opaque_ptr->IsExternal(); in IsExternal()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolExtensions.i | 24 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/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSymbol.h | 96 bool IsExternal();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 74 IsExternal, enumerator 147 PROPERTY(Property, IsExternal);
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local 108 if (IsExternal) { in getRelocationValueRef()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 428 bool IsExternal = in defineSymbol() local 431 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in defineSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 496 if (sc.symbol->IsExternal()) in ResolveReExportedSymbolInModuleSpec()
|
H A D | SymbolContext.cpp | 810 if (symbol->IsExternal()) { in FindBestGlobalDataSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 748 (candidate_sc.symbol && candidate_sc.symbol->IsExternal()); in Resolve()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 907 m_comp_unit_sp.get(), ranges, &decl, location, symbol->IsExternal(), in ParseObjects()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1308 if (symbol->IsExternal()) in LookupFunction()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 52971 result = (bool)(arg1)->IsExternal(); in _wrap_SBSymbol_IsExternal()
|