Searched refs:GetABI (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2333 const lldb::ABISP &GetABI();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1467 lldb::ABISP abi = thread->GetProcess()->GetABI();
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1756 const lldb::ABISP &abi = process_sp->GetABI();
H A DCommandObjectTarget.cpp3605 abi = process->GetABI().get();
3832 ABISP abi_sp = process->GetABI();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2311 abi_sp = process_sp->GetABI();

Completed in 203 milliseconds

12