Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp186 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths()
214 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths()
372 const LangOptions &LangOpts, const llvm::Triple &triple, in AddDefaultCPlusPlusIncludePaths()
414 const llvm::Triple &triple, in AddDefaultIncludePaths()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py265 def get_clang_has_lsan(self, clang, triple): argument
298 def make_itanium_abi_triple(self, triple): argument
308 def make_msabi_triple(self, triple): argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py23 def evaluate(string, variables, triple=""): argument
32 def __init__(self, string, variables, triple=""): argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py77 def __init__(self, prefixes, cmd_args, triple): argument
170 def build_function_body_dictionary(test, raw_tool_output, triple, prefixes, argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Ddisassembler.py66 def __init__(self, triple): argument
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnetgroup.c87 static int write_netgroup_triple(TFILE *fp,const char *triple) in write_netgroup_triple()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli190 val triple : t -> string val
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dasm.py360 def get_run_handler(triple): argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp249 char *LLVMNormalizeTargetTriple(const char* triple) { in LLVMNormalizeTargetTriple()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c1010 bool triple, bool interpret_ansic, bool interpret_unicode, in phase7_getuc()
1457 bool triple; in phase5_get() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h424 Triple::ArchType triple() const { return Arch; } in triple() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp667 static bool supportsNilWithFloatRet(const llvm::Triple &triple) { in supportsNilWithFloatRet()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp153 static std::string triple; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp304 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_set_target_triple()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp265 Triple triple(M.getTargetTriple()); in getLanemaskType() local