Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h703 lldb::SymbolType symbol_type_hint = lldb::eSymbolTypeUndefined);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp559 if (GetType() == lldb::eSymbolTypeUndefined) in ResolveCallableAddress()
833 .Case("undefined", eSymbolTypeUndefined) in fromJSON()
H A DObjectFile.cpp432 case eSymbolTypeUndefined: in GetAddressClass()
H A DSymbolContext.cpp854 case eSymbolTypeUndefined: in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h688 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/ObjectFile/ELF/
H A DObjectFileELF.cpp2104 symbol_type = eSymbolTypeUndefined; in ParseSymbols()
2113 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/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp597 case eSymbolTypeUndefined: in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4064 case eSymbolTypeUndefined: in ServeSymbolLookups()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78217 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeUndefined", lldb::eSymbolTypeUndefined)},