/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 27 ResolveLLDBRegisterNum(llvm::StringRef reg_name,llvm::Triple::ArchType arch_type) ResolveLLDBRegisterNum() argument 57 ResolveFPOProgram(llvm::StringRef program,llvm::StringRef register_name,llvm::Triple::ArchType arch_type,llvm::BumpPtrAllocator & alloc) ResolveFPOProgram() argument 94 TranslateFPOProgramToDWARFExpression(llvm::StringRef program,llvm::StringRef register_name,llvm::Triple::ArchType arch_type,Stream & stream) TranslateFPOProgramToDWARFExpression() argument
|
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() argument 178 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression() argument
|
/freebsd/contrib/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() argument 76 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 471 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition() 536 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() 851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1308 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
H A D | ABISysV_arm.cpp | 1312 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 559 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 46 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
H A D | ABISysV_arm64.cpp | 49 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
/freebsd/contrib/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
|