Home
last modified time | relevance | path

Searched refs:arch_type (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.bin/getconf/tests/
H A Dgetconf_test.sh45 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 DMakefile3 PROGS+= arch_type
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp26 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 DDWARFLocationExpression.cpp42 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 DCodeViewRegisterMapping.h18 uint32_t GetLLDBRegisterNumber(llvm::Triple::ArchType arch_type,
H A DPdbFPOProgramToDWARFExpression.h22 llvm::Triple::ArchType arch_type,
H A DCodeViewRegisterMapping.cpp611 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 DPDBLocationToDWARFExpression.cpp61 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 DDynamicLoaderStatic.cpp33 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 DArchSpec.h292 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 DArchSpec.cpp471 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 DRegisterInfos_x86_64_with_base_shared.h138 RegInfo &GetRegInfoShared(llvm::Triple::ArchType arch_type, bool with_base);
H A DRegisterInfos_x86_64_with_base_shared.cpp238 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 DABIMacOSX_arm64.cpp46 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 DABISysV_arm64.cpp49 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 DABISysV_mips.cpp559 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 DABIMacOSX_arm.cpp1308 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 DABISysV_arm.cpp1312 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 DABISysV_x86_64.cpp73 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
77 if (arch_type == llvm::Triple::x86_64) { in CreateInstance()