Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp120 const auto &AddArch = [&](const ArchSpec &spec) { in PlatformWindows() local
128 AddArch(HostInfo::GetArchitecture(HostInfo::eArchKindDefault)); in PlatformWindows()
129 AddArch(HostInfo::GetArchitecture(HostInfo::eArchKind32)); in PlatformWindows()
130 AddArch(HostInfo::GetArchitecture(HostInfo::eArchKind64)); in PlatformWindows()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp513 bool AddArch) const { in buildCompilerRTBasename()
536 if (AddArch) { in buildCompilerRTBasename()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h209 bool AddArch) const;