/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 27 static uint32_t ResolveLLDBRegisterNum(llvm::StringRef reg_name, llvm::Triple::ArchType arch_type) { in ResolveLLDBRegisterNum() 57 llvm::Triple::ArchType arch_type, in ResolveFPOProgram() 94 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()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 467 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition() 532 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() 856 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | xstormy16-dis.c | 546 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_xstormy16() local
|
H A D | iq2000-dis.c | 567 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_iq2000() local
|
H A D | openrisc-dis.c | 513 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_openrisc() local
|
H A D | m32r-dis.c | 638 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_m32r() local
|
H A D | frv-dis.c | 749 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_frv() local
|
H A D | fr30-dis.c | 695 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_fr30() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | iq2000-dis.c | 576 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_iq2000() local
|
H A D | xstormy16-dis.c | 555 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_xstormy16() local
|
H A D | openrisc-dis.c | 522 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_openrisc() local
|
H A D | mt-dis.c | 677 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_mt() local
|
H A D | frv-dis.c | 783 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_frv() local
|
H A D | m32r-dis.c | 643 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_m32r() local
|
H A D | fr30-dis.c | 686 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_fr30() local
|
H A D | xc16x-dis.c | 762 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); in print_insn_xc16x() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1204 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
H A D | ABISysV_arm.cpp | 1207 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 521 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
|