Home
last modified time | relevance | path

Searched refs:eSymbolTypeTrampoline (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp225 bool Symbol::IsTrampoline() const { return m_type == eSymbolTypeTrampoline; } in IsTrampoline()
814 .Case("trampoline", eSymbolTypeTrampoline) in fromJSON()
H A DSymbolContext.cpp165 if (symbol->GetType() == eSymbolTypeTrampoline) in DumpStopContext()
838 case eSymbolTypeTrampoline: in FindBestGlobalDataSymbol()
H A DObjectFile.cpp390 case eSymbolTypeTrampoline: in GetAddressClass()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h668 eSymbolTypeTrampoline, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst892 .. py:data:: eSymbolTypeTrampoline
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp546 case eSymbolTypeTrampoline: in GetSymbolAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2536 eSymbolTypeTrampoline, // Type of this symbol in ParsePLTRelocations()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4081 case eSymbolTypeTrampoline: in ServeSymbolLookups()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78198 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeTrampoline", lldb::eSymbolTypeTrampoline)},