Searched defs:ArchType (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.cpp | 39 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo() 42 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/ |
H A D | BPFTargetInfo.cpp | 29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 112 std::optional<StringRef> ArchType; member 121 std::string ArchType; member 469 StringRef ArchType, in thinSlice() 625 const StringMap<const uint32_t> &Alignments, StringRef ArchType, in extractSlice()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 143 const llvm::Triple::ArchType ArchType = Triple.getArch(); in getX86TargetFeatures() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformAppleSimulator.cpp | 300 llvm::SmallVector<llvm::Triple::ArchType, 4> supported_arch, in CreateInstance()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 50 ArchType("arch_only", variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 46 enum ArchType { enum
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2688 llvm::Triple::ArchType ArchType = in EmitMultiVersionResolver() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 841 using ArchType = llvm::Triple::ArchType; in emitCompilerInformation() typedef
|