/freebsd/usr.bin/getconf/tests/ |
H A D | getconf_test.sh | 45 atf_check -o save:arch_type.out $(atf_get_srcdir)/arch_type 46 arch_type=$(cat arch_type.out) 47 case "$arch_type" in 57 atf_fail "arch_type output unexpected: $arch_type"
|
H A D | Makefile | 3 PROGS+= arch_type
|
/freebsd/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) { 29 switch (arch_type) { in ResolveLLDBRegisterNum() 51 return npdb::GetLLDBRegisterNumber(arch_type, reg_id); in ResolveLLDBRegisterNum() 56 llvm::Triple::ArchType arch_type, in ResolveFPOProgram() 72 ResolveLLDBRegisterNum(symbol.GetName().drop_front(1), arch_type); in ResolveFPOProgram() 93 llvm::Triple::ArchType arch_type, Stream &stream) { in TranslateFPOProgramToDWARFExpression() 96 ResolveFPOProgram(program, register_name, arch_type, node_alloc); in TranslateFPOProgramToDWARFExpression() 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 | DWARFLocationExpression.cpp | 42 static uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, in GetRegisterNumber() argument 46 uint32_t reg_num = GetLLDBRegisterNumber(arch_type, register_id); in GetRegisterNumber() 178 llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) { in EmitVFrameEvaluationDWARFExpression() argument 180 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 | 611 llvm::Triple::ArchType arch_type, llvm::codeview::RegisterId register_id) { in GetLLDBRegisterNumber() argument 612 switch (arch_type) { in GetLLDBRegisterNumber()
|
/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 63 return TranslateFPOProgramToDWARFExpression(program, "$T0", arch_type, in EmitVFrameEvaluationDWARFExpression() 76 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression() local 113 if (EmitVFrameEvaluationDWARFExpression(fd->getProgram(), arch_type, in ConvertPDBLocationToDWARFExpression() 131 reg_num = GetLLDBRegisterNumber(arch_type, reg_id); in ConvertPDBLocationToDWARFExpression() 151 uint32_t reg_num = GetLLDBRegisterNumber(arch_type, symbol.getRegisterId()); in ConvertPDBLocationToDWARFExpression()
|
/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 37 switch(arch_type) { in LLDB_PLUGIN_DEFINE()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type, 408 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 471 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition() argument 473 if (def->type == arch_type) in FindArchDefinition() 536 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() argument 537 SetArchitecture(arch_type, cpu, subtype); in ArchSpec() 851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() argument 855 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture() 868 if (arch_type == eArchTypeMachO) { in SetArchitecture() 879 } else if (arch_type == eArchTypeELF) { in SetArchitecture() 903 } else if (arch_type == eArchTypeCOFF && os == llvm::Triple::Win32) { in SetArchitecture()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_x86_64_with_base_shared.h | 138 RegInfo &GetRegInfoShared(llvm::Triple::ArchType arch_type, bool with_base);
|
H A D | RegisterInfos_x86_64_with_base_shared.cpp | 238 RegInfo &GetRegInfoShared(llvm::Triple::ArchType arch_type, bool with_base) { in GetRegInfoShared() argument 243 switch (arch_type) { in GetRegInfoShared()
|
/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 50 if (arch_type == llvm::Triple::aarch64 || in CreateInstance() 51 arch_type == llvm::Triple::aarch64_32) { in CreateInstance()
|
H A D | ABISysV_arm64.cpp | 49 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 53 if (arch_type == llvm::Triple::aarch64 || in CreateInstance() 54 arch_type == llvm::Triple::aarch64_32) { in CreateInstance()
|
/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 560 if ((arch_type == llvm::Triple::mips) || in CreateInstance() 561 (arch_type == llvm::Triple::mipsel)) { in CreateInstance()
|
/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 1312 if ((arch_type == llvm::Triple::arm) || in CreateInstance() 1313 (arch_type == llvm::Triple::thumb)) { in CreateInstance()
|
H A D | ABISysV_arm.cpp | 1312 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local 1316 if ((arch_type == llvm::Triple::arm) || in CreateInstance() 1317 (arch_type == llvm::Triple::thumb)) { in CreateInstance()
|
/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 77 if (arch_type == llvm::Triple::x86_64) { in CreateInstance()
|