Home
last modified time | relevance | path

Searched defs:Archs (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet()
H A DTextStubCommon.cpp135 ArchitectureSet &Archs) { in bitset()
H A DInterfaceFile.cpp265 auto Archs = Sym->getArchitectures(); remove() local
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp130 std::array<Triple::ArchType, 4> Archs = {Triple::mipsel, Triple::mips, in TEST() local
154 std::array<Triple::ArchType, 4> Archs = {Triple::aarch64, Triple::aarch64_be, in TEST() local
163 std::array<Triple::ArchType, 4> Archs = {Triple::ppc64le, Triple::ppc64, in TEST() local
172 std::array<Triple::ArchType, 4> Archs = {Triple::ppcle, Triple::ppc, in TEST() local
181 std::array<Triple::ArchType, 4> Archs = {Triple::riscv32, Triple::riscv32, in TEST() local
211 std::array<Triple::ArchType, 4> Archs = {Triple::sparcel, Triple::sparc, TEST() local
220 std::array<Triple::ArchType, 4> Archs = {Triple::sparcel, Triple::sparc, TEST() local
229 std::array<Triple::ArchType, 4> Archs = {Triple::bpfel, Triple::bpfeb, TEST() local
266 std::array<Triple::ArchType, 4> Archs = { TEST() local
[all...]
/llvm-project/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp31 ArrayRef<std::string> Archs, in MachODebugMapParser() argument
548 if (Archs.empty() || is_contained(Archs, "all") || is_contained(Archs, "*")) in shouldLinkArch() argument
54 SmallVector<StringRef, 1> Archs; global() member in __anoncd1287010111::MachODebugMapParser
859 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef InputFile,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PrependPath,StringRef VariantSuffix,bool Verbose,bool InputIsYAML) parseDebugMap() argument
872 dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef InputFile,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PrependPath,StringRef VariantSuffix) dumpStab() argument
[all...]
H A Ddsymutil.cpp114 std::vector<std::string> Archs; global() member
/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h60 bool contains(ArchitectureSet Archs) const { in contains()
/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h77 SmallVector<DeviceTypeArgument> Archs; global() member
375 setDeviceTypeDetails(llvm::SmallVector<DeviceTypeArgument> && Archs) setDeviceTypeDetails() argument
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp74 auto Archs = AK_armv7 | AK_armv7s | AK_armv7k | AK_arm64; in TEST() local
127 auto Archs = AK_armv7 | AK_armv7s | AK_armv7k | AK_arm64; in TEST() local
H A DTextStubV2Tests.cpp75 auto Archs = AK_armv7 | AK_armv7s | AK_armv7k | AK_arm64; in TEST() local
146 auto Archs = AK_armv7 | AK_armv7s | AK_armv7k | AK_arm64; in TEST() local
H A DTextStubV3Tests.cpp78 auto Archs = AK_armv7 | AK_arm64; in TEST() local
162 auto Archs = AK_armv7 | AK_arm64; in TEST() local
620 auto Archs = AK_arm64 | AK_arm64e; in TEST() local
H A DTextStubV4Tests.cpp87 auto Archs = AK_i386 | AK_x86_64; in TEST() local
219 ArchitectureSet Archs = AK_i386 | AK_x86_64; in TEST() local
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp716 ParseOpenACCDeviceTypeList(llvm::SmallVector<std::pair<IdentifierInfo *,SourceLocation>> & Archs) ParseOpenACCDeviceTypeList() argument
1031 llvm::SmallVector<std::pair<IdentifierInfo *, SourceLocation>> Archs; ParseOpenACCClauseParams() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp844 llvm::SmallVector<llvm::StringRef, 3> Archs; adjustTriple() local
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp797 __anon5a1938250702(StringRef Path, const ArchitectureSet &Archs) getReexportedLibraries() argument
/llvm-project/clang/lib/Driver/
H A DDriver.cpp880 llvm::DenseSet<StringRef> Archs; CreateOffloadingDeviceToolChains() local
2455 SmallVector<const char *, 4> Archs; BuildUniversalActions() local
4449 getConflictOffloadArchCombination(const llvm::DenseSet<StringRef> & Archs,llvm::Triple Triple) getConflictOffloadArchCombination() argument
4480 llvm::DenseSet<StringRef> Archs; getOffloadArchs() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h235 OpenACCDeviceTypeClause(OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<DeviceTypeArgument> Archs,SourceLocation EndLoc) OpenACCDeviceTypeClause() argument
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp304 Create(const ASTContext & C,OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<DeviceTypeArgument> Archs,SourceLocation EndLoc) Create() argument
/llvm-project/offload/src/
H A Domptarget.cpp322 llvm::SmallVector<llvm::StringRef> Archs; handleTargetOutcome() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12016 llvm::SmallVector<DeviceTypeArgument> Archs; readOpenACCClause() local