/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 26 static uint32_t ResolveLLDBRegisterNum(llvm::StringRef reg_name, llvm::Triple::ArchType arch_type) { in ResolveLLDBRegisterNum() 56 llvm::Triple::ArchType arch_type, in ResolveFPOProgram() 93 llvm::Triple::ArchType arch_type, Stream &stream) { in TranslateFPOProgramToDWARFExpression()
|
H A D | CodeViewRegisterMapping.cpp | 611 llvm::Triple::ArchType arch_type, llvm::codeview::RegisterId register_id) { in GetLLDBRegisterNumber()
|
H A D | DWARFLocationExpression.cpp | 42 static uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, in GetRegisterNumber() 178 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression()
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 61 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression() 76 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 33 const llvm::Triple::ArchType arch_type = triple_ref.getArch(); in LLDB_PLUGIN_DEFINE() local
|
/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 471 FindArchDefinition(ArchitectureType arch_type) FindArchDefinition() argument 536 ArchSpec(ArchitectureType arch_type,uint32_t cpu,uint32_t subtype) ArchSpec() argument 851 SetArchitecture(ArchitectureType arch_type,uint32_t cpu,uint32_t sub,uint32_t os) SetArchitecture() argument [all...] |
/llvm-project/lldb/unittests/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpressionTests.cpp | 76 llvm::Triple::ArchType arch_type = arch_spec.GetMachine(); in CheckInvalidProgramTranslation() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_x86_64_with_base_shared.cpp | 238 RegInfo &GetRegInfoShared(llvm::Triple::ArchType arch_type, bool with_base) { in GetRegInfoShared()
|
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1308 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); CreateInstance() local
|
H A D | ABISysV_arm.cpp | 1312 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); CreateInstance() local
|
/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 559 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); CreateInstance() local
|
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 49 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
H A D | ABIMacOSX_arm64.cpp | 46 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_x86_64.cpp | 73 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|