Home
last modified time | relevance | path

Searched defs:architecture (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py35 getArchCFlags(self, architecture) global() argument
92 getArchSpec(self, architecture) global() argument
163 getBuildCommand( self, debug_info, architecture=None, compiler=None, dictionary=None, testdir=None, testname=None, make_targets=None, ) global() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp110 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() local
188 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression() local
230 const ArchSpec &architecture = module->GetArchitecture(); in MakeConstantLocationExpression() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp75 const ArchSpec &architecture = module->GetArchitecture(); in ConvertPDBLocationToDWARFExpression() local
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBServerNoTargetXMLRegisters.py27 def __init__(self, architecture, has_target_xml, reg_data, halt_reason): argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp764 const Architecture *architecture = in RegisterWriteCausesReconfigure() local
771 const Architecture *architecture = in ReconfigureRegisterInfo() local
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp847 const ArchSpec &architecture = module_sp->GetArchitecture(); CreateDWARFExpression() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1457 build( self, debug_info=None, architecture=None, compiler=None, dictionary=None, make_targets=None, ) global() argument
[all...]