/llvm-project/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()
|
/llvm-project/llvm/lib/Target/BPF/TargetInfo/ |
H A D | BPFTargetInfo.cpp | 29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
|
/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | X86.cpp | 152 const llvm::Triple::ArchType ArchType = Triple.getArch(); getX86TargetFeatures() local
|
/llvm-project/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 106 std::optional<StringRef> ArchType; global() member 115 std::string ArchType; global() member 466 thinSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,StringRef ArchType,StringRef OutputFileName) thinSlice() argument 624 extractSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,const StringMap<const uint32_t> & Alignments,StringRef ArchType,StringRef OutputFileName) extractSlice() argument [all...] |
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformAppleSimulator.cpp | 313 CreateInstance(const char * class_name,const char * description,ConstString plugin_name,llvm::SmallVector<llvm::Triple::ArchType,4> supported_arch,llvm::Triple::OSType preferred_os,llvm::SmallVector<llvm::Triple::OSType,4> supported_os,llvm::SmallVector<llvm::StringRef,4> supported_triples,std::string sdk_name_primary,std::string sdk_name_secondary,lldb_private::XcodeSDK::Type sdk_type,CoreSimulatorSupport::DeviceType::ProductFamilyID kind,bool force,const ArchSpec * arch) CreateInstance() argument
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 75 static std::optional<std::string> ArchType; global() variable
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 46 enum ArchType { enum
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2846 llvm::Triple::ArchType ArchType = EmitMultiVersionResolver() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 847 using ArchType = llvm::Triple::ArchType; in emitCompilerInformation() typedef [all...] |