/llvm-project/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet()
|
H A D | TextStubCommon.cpp | 135 ArchitectureSet &Archs) { in bitset()
|
H A D | InterfaceFile.cpp | 265 auto Archs = Sym->getArchitectures(); remove() local
|
/llvm-project/llvm/unittests/Object/ |
H A D | ELFObjectFileTest.cpp | 130 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 D | MachODebugMapParser.cpp | 31 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 D | dsymutil.cpp | 114 std::vector<std::string> Archs; global() member
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | ArchitectureSet.h | 60 bool contains(ArchitectureSet Archs) const { in contains()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 77 SmallVector<DeviceTypeArgument> Archs; global() member 375 setDeviceTypeDetails(llvm::SmallVector<DeviceTypeArgument> && Archs) setDeviceTypeDetails() argument
|
/llvm-project/llvm/unittests/TextAPI/ |
H A D | TextStubV1Tests.cpp | 74 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 D | TextStubV2Tests.cpp | 75 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 D | TextStubV3Tests.cpp | 78 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 D | TextStubV4Tests.cpp | 87 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 D | ParseOpenACC.cpp | 716 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 D | MinGW.cpp | 844 llvm::SmallVector<llvm::StringRef, 3> Archs; adjustTriple() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | Options.cpp | 797 __anon5a1938250702(StringRef Path, const ArchitectureSet &Archs) getReexportedLibraries() argument
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 880 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 D | OpenACCClause.h | 235 OpenACCDeviceTypeClause(OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<DeviceTypeArgument> Archs,SourceLocation EndLoc) OpenACCDeviceTypeClause() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 304 Create(const ASTContext & C,OpenACCClauseKind K,SourceLocation BeginLoc,SourceLocation LParenLoc,ArrayRef<DeviceTypeArgument> Archs,SourceLocation EndLoc) Create() argument
|
/llvm-project/offload/src/ |
H A D | omptarget.cpp | 322 llvm::SmallVector<llvm::StringRef> Archs; handleTargetOutcome() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 12016 llvm::SmallVector<DeviceTypeArgument> Archs; readOpenACCClause() local
|