Home
last modified time | relevance | path

Searched refs:eSymbolTypeUndefined (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp555 if (GetType() == lldb::eSymbolTypeUndefined) in ResolveCallableAddress()
831 .Case("undefined", eSymbolTypeUndefined) in fromJSON()
H A DObjectFile.cpp443 case eSymbolTypeUndefined: in GetAddressClass()
H A DSymbolContext.cpp813 case eSymbolTypeUndefined: in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h723 lldb::SymbolType symbol_type_hint = lldb::eSymbolTypeUndefined);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h702 eSymbolTypeUndefined, enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp719 candidate_sc.symbol->GetType() != lldb::eSymbolTypeUndefined || in Resolve()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp597 case eSymbolTypeUndefined: in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2125 symbol_type = eSymbolTypeUndefined; in ParseSymbols()
2134 if (symbol_type != eSymbolTypeUndefined) { in ParseSymbols()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst911 .. py:data:: eSymbolTypeUndefined
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4156 case eSymbolTypeUndefined: in ServeSymbolLookups()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82906 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeUndefined", (lldb::eSymbolTypeUndefined))},