Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 114) sorted by relevance

12345

/llvm-project/libcxx/lib/abi/
H A DCMakeLists.txt44 set(triple "${CMAKE_CXX_COMPILER_TARGET}") variable
46 set(triple "${LLVM_DEFAULT_TARGET_TRIPLE}") variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp36 getTargetIncludePaths(const llvm::Triple &triple) { in getTargetIncludePaths() argument
63 const llvm::Triple &triple) { in analyzeFile() argument
135 CppModuleConfiguration(const FileSpecList & support_files,const llvm::Triple & triple) CppModuleConfiguration() argument
[all...]
/llvm-project/clang/test/Modules/Inputs/
H A Dirgen.h1 static inline int triple(int x) { return x * 3; } in triple() function
/llvm-project/llvm/tools/llvm-c-test/
H A Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble()
68 const char *triple = tokens[0]; in handle_line() local
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp212 getExplicitAndImplicitAMDGPUTargetFeatures(clang::DiagnosticsEngine & diags,const TargetOptions & targetOpts,const llvm::Triple triple) getExplicitAndImplicitAMDGPUTargetFeatures() argument
249 getExplicitAndImplicitNVPTXTargetFeatures(clang::DiagnosticsEngine & diags,const TargetOptions & targetOpts,const llvm::Triple triple) getExplicitAndImplicitNVPTXTargetFeatures() argument
284 const llvm::Triple triple(targetOpts.triple); getTargetFeatures() local
332 const llvm::Triple triple(theTriple); setUpTargetMachine() local
[all...]
/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp53 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
290 PlatformLinux::GetTrapHandlerUnwindPlan(const llvm::Triple &triple, in GetTrapHandlerUnwindPlan()
314 CompilerType PlatformLinux::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp20 void fir::setTargetTriple(mlir::ModuleOp mod, llvm::StringRef triple) { in setTargetTriple() argument
99 determineTargetTriple(llvm::StringRef triple) determineTargetTriple() argument
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dconfig.py320 get_clang_has_lsan(self, clang, triple) global() argument
354 make_itanium_abi_triple(self, triple) global() argument
365 make_msabi_triple(self, triple) global() argument
[all...]
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp198 AddDefaultCIncludePaths(const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultCIncludePaths() argument
262 AddDefaultCPlusPlusIncludePaths(const LangOptions & LangOpts,const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultCPlusPlusIncludePaths() argument
289 ShouldAddDefaultIncludePaths(const llvm::Triple & triple) ShouldAddDefaultIncludePaths() argument
331 AddDefaultIncludePaths(const LangOptions & Lang,const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultIncludePaths() argument
[all...]
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp56 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
189 CompilerType PlatformFreeBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()
/llvm-project/mlir/include/mlir/Target/LLVM/
H A DModuleToObject.h106 StringRef triple; global() variable
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp35 llvm::Triple triple = HostInfo::GetTargetTriple(); in TEST_F() local
/llvm-project/libcxx/test/std/library/description/conventions/customization.point.object/
H A Dniebloid.compile.pass.cpp57 auto triple = [](int x) { return 3*x; }; __anonb1f7d1b80202() variable
/llvm-project/llvm/utils/UpdateTestChecks/
H A Disel.py38 def get_run_handler(triple): argument
/llvm-project/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake128 set(triple "${COMPILER_RT_DEFAULT_TARGET_TRIPLE}") variable
130 set(triple "${LLVM_TARGET_TRIPLE}") variable
/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp51 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
208 CompilerType PlatformNetBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteMacOSX.cpp79 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
H A DPlatformRemoteAppleBridge.cpp80 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
H A DPlatformRemoteiOS.cpp77 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
H A DPlatformRemoteAppleWatch.cpp81 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
H A DPlatformRemoteAppleXR.cpp75 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h22 OptionValueArch(const char *triple) : m_current_value(triple) { in OptionValueArch()
/llvm-project/lldb/test/API/commands/trace/intelpt-trace/
H A Dtrace.json12 "triple": "x86_64-*-linux", string
H A Dtrace_wrong_cpu.json12 "triple": "x86_64-*-linux", string
H A Dtrace_bad_image.json12 "triple": "x86_64-*-linux", string

12345