Home
last modified time | relevance | path

Searched refs:eSymbolTypeInvalid (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp164 return eSymbolTypeInvalid; in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp32 m_type(eSymbolTypeInvalid), m_mangled(), m_addr_range(), m_flags() {} in Symbol()
110 m_type = eSymbolTypeInvalid; in Clear()
H A DSymbolContext.cpp874 case eSymbolTypeInvalid: in FindBestGlobalDataSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h632 eSymbolTypeInvalid = 0, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp481 if (symbol->GetType() != eSymbolTypeInvalid) { in ResolveSymbolContextForAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2110 SymbolType symbol_type = eSymbolTypeInvalid; in ParseSymbols()
2167 if (symbol_type == eSymbolTypeInvalid && symbol.getType() != STT_SECTION) { in ParseSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp669 case eSymbolTypeInvalid: in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3817 case eSymbolTypeInvalid: in ServeSymbolLookups()