Searched defs:arch_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCodeViewRegisterMapping.cpp424 GetLLDBRegisterNumber( llvm::Triple::ArchType arch_type, llvm::codeview::RegisterId register_id) argument
H A DPdbFPOProgramToDWARFExpression.cpp26 static uint32_t ResolveLLDBRegisterNum(llvm::StringRef reg_name, llvm::Triple::ArchType arch_type) { argument
54 ResolveFPOProgram(llvm::StringRef program, llvm::StringRef register_name, llvm::Triple::ArchType arch_type, llvm::BumpPtrAllocator &alloc) argument
91 TranslateFPOProgramToDWARFExpression( llvm::StringRef program, llvm::StringRef register_name, llvm::Triple::ArchType arch_type, Stream &stream) argument
H A DDWARFLocationExpression.cpp41 static uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp75 llvm::Triple::ArchType arch_type = architecture.GetMachine(); local
59 EmitVFrameEvaluationDWARFExpression( llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::ArchType arch_type = triple_ref.getArch(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp44 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
H A DABISysV_arm64.cpp47 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1323 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
H A DABISysV_arm.cpp1326 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp558 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp71 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp502 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { argument
568 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { argument
881 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, argument

Completed in 137 milliseconds