Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h322 std::string GetClangTargetCPU() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp460 m_compiler->getTargetOpts().CPU = target_arch.GetClangTargetCPU(); in ClangExpressionParser()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp594 std::string ArchSpec::GetClangTargetCPU() const { in GetClangTargetCPU() function in ArchSpec