Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py35 def getArchCFlags(self, architecture): argument
85 def getArchSpec(self, architecture): argument
139 def getBuildCommand(self, debug_info, architecture=None, compiler=None, argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp109 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() local
182 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression() local
224 const ArchSpec &architecture = module->GetArchitecture(); in MakeConstantLocationExpression() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp75 const ArchSpec &architecture = module->GetArchitecture(); in ConvertPDBLocationToDWARFExpression() local
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1406 architecture=None, argument