Home
last modified time | relevance | path

Searched defs:target_triple (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake83 set(target_triple ${LLVM_DEFAULT_TARGET_TRIPLE}) global() variable
85 set(target_triple ${ARG_TARGET_TRIPLE}) global() variable
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py433 def isAIXTriple(target_triple): argument
440 def addAIXVersion(target_triple): argument
449 def isMacOSTriple(target_triple): argument
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp101 const llvm::Triple &target_triple = RegisterContextCorePOSIX_arm64() local
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp551 llvm::StringRef target_triple = GetString(arguments, "targetTriple"); CreateTargetFromArguments() local
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp823 CreateTarget(const char * filename,const char * target_triple,const char * platform_name,bool add_dependent_modules,lldb::SBError & sb_error) CreateTarget() argument
862 CreateTargetWithFileAndTargetTriple(const char * filename,const char * target_triple) CreateTargetWithFileAndTargetTriple() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp102 auto &target_triple = target.GetArchitecture().GetTriple(); FindTargetModuleForImageInfo() local
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp132 const llvm::Triple &target_triple = AddSystemInfo() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli514 val target_triple: llmodule -> string global() val
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp497 TypeSystemClang(llvm::StringRef name,llvm::Triple target_triple) TypeSystemClang() argument
626 SetTargetTriple(llvm::StringRef target_triple) SetTargetTriple() argument