/llvm-project/libcxx/lib/abi/ |
H A D | CMakeLists.txt | 44 set(triple "${CMAKE_CXX_COMPILER_TARGET}") variable 46 set(triple "${LLVM_DEFAULT_TARGET_TRIPLE}") variable
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CppModuleConfiguration.cpp | 36 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 D | irgen.h | 1 static inline int triple(int x) { return x * 3; } in triple() function
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | disassemble.c | 37 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 D | CompilerInstance.cpp | 212 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 D | PlatformLinux.cpp | 53 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 D | FIRContext.cpp | 20 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 D | config.py | 320 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 D | InitHeaderSearch.cpp | 198 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 D | PlatformFreeBSD.cpp | 56 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 D | ModuleToObject.h | 106 StringRef triple; global() variable
|
/llvm-project/lldb/unittests/Host/linux/ |
H A D | HostTest.cpp | 35 llvm::Triple triple = HostInfo::GetTargetTriple(); in TEST_F() local
|
/llvm-project/libcxx/test/std/library/description/conventions/customization.point.object/ |
H A D | niebloid.compile.pass.cpp | 57 auto triple = [](int x) { return 3*x; }; __anonb1f7d1b80202() variable
|
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | isel.py | 38 def get_run_handler(triple): argument
|
/llvm-project/compiler-rt/cmake/Modules/ |
H A D | AddCompilerRT.cmake | 128 set(triple "${COMPILER_RT_DEFAULT_TARGET_TRIPLE}") variable 130 set(triple "${LLVM_TARGET_TRIPLE}") variable
|
/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 51 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 D | PlatformRemoteMacOSX.cpp | 79 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
H A D | PlatformRemoteAppleBridge.cpp | 80 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
H A D | PlatformRemoteiOS.cpp | 77 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
H A D | PlatformRemoteAppleWatch.cpp | 81 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
H A D | PlatformRemoteAppleXR.cpp | 75 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance() local
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueArch.h | 22 OptionValueArch(const char *triple) : m_current_value(triple) { in OptionValueArch()
|
/llvm-project/lldb/test/API/commands/trace/intelpt-trace/ |
H A D | trace.json | 12 "triple": "x86_64-*-linux", string
|
H A D | trace_wrong_cpu.json | 12 "triple": "x86_64-*-linux", string
|
H A D | trace_bad_image.json | 12 "triple": "x86_64-*-linux", string
|