Home
last modified time | relevance | path

Searched refs:GetClangTargetCPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h335 std::string GetClangTargetCPU() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp546 compiler.getTargetOpts().CPU = target_arch.GetClangTargetCPU(); in SetupTargetOpts()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp620 std::string ArchSpec::GetClangTargetCPU() const { in GetClangTargetCPU() function in ArchSpec