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.h704 lldb::SymbolType symbol_type_hint = lldb::eSymbolTypeUndefined);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp555 if (GetType() == lldb::eSymbolTypeUndefined) in ResolveCallableAddress()
829 .Case("undefined", eSymbolTypeUndefined) in fromJSON()
H A DObjectFile.cpp441 case eSymbolTypeUndefined: in GetAddressClass()
H A DSymbolContext.cpp863 case eSymbolTypeUndefined: in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h691 eSymbolTypeUndefined, enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp720 candidate_sc.symbol->GetType() != lldb::eSymbolTypeUndefined || in Resolve()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2160 symbol_type = eSymbolTypeUndefined; in ParseSymbols()
2169 if (symbol_type != eSymbolTypeUndefined) { in ParseSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp596 case eSymbolTypeUndefined: in GetSymbolAddress()
/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.cpp4137 case eSymbolTypeUndefined: in ServeSymbolLookups()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81504 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeUndefined", (lldb::eSymbolTypeUndefined))},