Home
last modified time | relevance | path

Searched refs:GetTargetABI (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h327 std::string GetTargetABI() const;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp241 std::string abi = arch.GetTargetABI(); in GetSize()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1301 std::string abi = proc_arch.GetTargetABI(); in CreateProcessInfoResponse_DebugServerStyle()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp558 std::string ArchSpec::GetTargetABI() const { in GetTargetABI() function in ArchSpec