| /freebsd-13.1/usr.bin/getconf/tests/ |
| H A D | getconf_test.sh | 46 atf_check -o save:arch_type.out $(atf_get_srcdir)/arch_type 47 arch_type=$(cat arch_type.out) 48 case "$arch_type" in 58 atf_fail "arch_type output unexpected: $arch_type"
|
| H A D | Makefile | 5 PROGS+= arch_type
|
| /freebsd-13.1/contrib/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() argument 29 switch (arch_type) { in ResolveLLDBRegisterNum() 51 return npdb::GetLLDBRegisterNumber(arch_type, reg_id); in ResolveLLDBRegisterNum() 56 llvm::Triple::ArchType arch_type, in ResolveFPOProgram() argument 72 ResolveLLDBRegisterNum(symbol.GetName().drop_front(1), arch_type); in ResolveFPOProgram() 93 llvm::Triple::ArchType arch_type, Stream &stream) { in TranslateFPOProgramToDWARFExpression() argument 96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression()
|
| H A D | DWARFLocationExpression.cpp | 41 static uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, in GetRegisterNumber() argument 45 uint32_t reg_num = GetLLDBRegisterNumber(arch_type, register_id); in GetRegisterNumber() 172 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression() argument 174 return TranslateFPOProgramToDWARFExpression(program, "$T0", arch_type, in EmitVFrameEvaluationDWARFExpression()
|
| H A D | CodeViewRegisterMapping.h | 18 uint32_t GetLLDBRegisterNumber(llvm::Triple::ArchType arch_type,
|
| H A D | PdbFPOProgramToDWARFExpression.h | 22 llvm::Triple::ArchType arch_type,
|
| H A D | CodeViewRegisterMapping.cpp | 425 llvm::Triple::ArchType arch_type, llvm::codeview::RegisterId register_id) { in GetLLDBRegisterNumber() argument 426 switch (arch_type) { in GetLLDBRegisterNumber()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 60 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression() argument 62 return TranslateFPOProgramToDWARFExpression(program, "$T0", arch_type, in EmitVFrameEvaluationDWARFExpression() 75 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression() local 112 if (EmitVFrameEvaluationDWARFExpression(fd->getProgram(), arch_type, in ConvertPDBLocationToDWARFExpression() 130 reg_num = GetLLDBRegisterNumber(arch_type, reg_id); in ConvertPDBLocationToDWARFExpression() 150 uint32_t reg_num = GetLLDBRegisterNumber(arch_type, symbol.getRegisterId()); in ConvertPDBLocationToDWARFExpression()
|
| /freebsd-13.1/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 37 switch(arch_type) { in LLDB_PLUGIN_DEFINE()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 272 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type, 402 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 455 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition() argument 458 if (def->type == arch_type) in FindArchDefinition() 521 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() argument 522 SetArchitecture(arch_type, cpu, subtype); in ArchSpec() 843 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() argument 847 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() 860 if (arch_type == eArchTypeMachO) { in SetArchitecture() 871 } else if (arch_type == eArchTypeELF) { in SetArchitecture() 892 } else if (arch_type == eArchTypeCOFF && os == llvm::Triple::Win32) { in SetArchitecture()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 44 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 48 if (arch_type == llvm::Triple::aarch64 || in CreateInstance() 49 arch_type == llvm::Triple::aarch64_32) { in CreateInstance()
|
| H A D | ABISysV_arm64.cpp | 47 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 51 if (arch_type == llvm::Triple::aarch64 || in CreateInstance() 52 arch_type == llvm::Triple::aarch64_32) { in CreateInstance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 558 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 559 if ((arch_type == llvm::Triple::mips) || in CreateInstance() 560 (arch_type == llvm::Triple::mipsel)) { in CreateInstance()
|
| /freebsd-13.1/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 1312 if ((arch_type == llvm::Triple::arm) || in CreateInstance() 1313 (arch_type == llvm::Triple::thumb)) { in CreateInstance()
|
| H A D | ABISysV_arm.cpp | 1311 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 1315 if ((arch_type == llvm::Triple::arm) || in CreateInstance() 1316 (arch_type == llvm::Triple::thumb)) { in CreateInstance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 71 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 75 if (arch_type == llvm::Triple::x86_64) { in CreateInstance()
|