Searched defs:architecture (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
H A D | builder.py | 35 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 D | DWARFLocationExpression.cpp | 110 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 D | PDBLocationToDWARFExpression.cpp | 75 const ArchSpec &architecture = module->GetArchitecture(); in ConvertPDBLocationToDWARFExpression() local
|
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
H A D | TestGDBServerNoTargetXMLRegisters.py | 27 def __init__(self, architecture, has_target_xml, reg_data, halt_reason): argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteRegisterContext.cpp | 764 const Architecture *architecture = in RegisterWriteCausesReconfigure() local 771 const Architecture *architecture = in ReconfigureRegisterInfo() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 847 const ArchSpec &architecture = module_sp->GetArchitecture(); CreateDWARFExpression() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 1457 build( self, debug_info=None, architecture=None, compiler=None, dictionary=None, make_targets=None, ) global() argument [all...] |