Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h40 CompileFunction Compile);
49 CompileFunction Compile; variable
68 BaseLayerT &BaseLayer, CompileFtor Compile,
70 : BaseLayer(BaseLayer), Compile(std::move(Compile)), in BaseLayer()
74 CompileFtor& getCompiler() { return Compile; } in getCompiler()
84 if (auto Err = BaseLayer.addObject(std::move(K), Compile(*M))) in addModule()
122 CompileFtor Compile; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp16 CompileFunction Compile) in IRCompileLayer() argument
17 : IRLayer(ES), BaseLayer(BaseLayer), Compile(std::move(Compile)) {} in IRCompileLayer()
28 if (auto Obj = Compile(*TSM.getModule())) { in emit()
H A DIndirectionUtils.cpp30 CompileFunction Compile, VModuleKey K) in CompileCallbackMaterializationUnit() argument
33 Name(std::move(Name)), Compile(std::move(Compile)) {}
40 Result[Name] = JITEvaluatedSymbol(Compile(), JITSymbolFlags::Exported); in materialize()
50 CompileFunction Compile; member in __anon3a3799ca0111::CompileCallbackMaterializationUnit
62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument
71 std::move(CallbackName), std::move(Compile), in getCompileCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegularExpression.cpp39 Compile(str); in RegularExpression()
44 Compile(rhs.GetText()); in RegularExpression()
50 Compile(rhs.GetText()); in operator =()
73 bool RegularExpression::Compile(llvm::StringRef str) { in Compile() function in RegularExpression
/freebsd-12.1/contrib/gcc/config/
H A Dt-freebsd1 # Compile crtbeginS.o and crtendS.o with pic.
4 # Compile libgcc.a with pic.
H A Dt-lynx1 # Compile crtbeginS.o and crtendS.o with pic.
4 # Compile libgcc2.a with pic.
H A Dt-linux1 # Compile crtbeginS.o and crtendS.o with pic.
3 # Compile libgcc2.a with pic.
H A Dt-libgcc-pic1 # Compile libgcc2.a with pic.
/freebsd-12.1/contrib/gcc/config/s390/
H A Dt-tpf1 # Compile crtbeginS.o and crtendS.o with pic.
3 # Compile libgcc2.a with pic.
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daix64.opt25 Compile for 64-bit pointers
29 Compile for 32-bit pointers
H A Dt-lynx33 # Compile crtbeginS.o and crtendS.o with pic.
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h137 bool Compile(llvm::StringRef string);
138 bool Compile(const char *) = delete;
/freebsd-12.1/contrib/bearssl/samples/
H A DREADME.txt9 Compile it against BearSSL headers (in the ../inc directory) and
20 Compile it against BearSSL headers (in the ../inc directory) and
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DPhases.cpp20 case Compile: return "compiler"; in getPhaseName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h58 m_regex.Compile(llvm::StringRef(value)); in SetCurrentValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueRegex.cpp50 if (m_regex.Compile(value)) { in SetValueFromString()
H A DCommandObjectRegexCommand.cpp82 if (m_entries.back().regex.Compile( in AddRegexCommand()
/freebsd-12.1/libexec/bootpd/
H A DInstallation4 Compile the executable:
/freebsd-12.1/contrib/smbfs/
H A Dconfig.mk.in33 # Compile binaries with debugging symbols
/freebsd-12.1/tools/tools/sortbench/
H A DREADME4 1. Compile mergesort_bench.c into mergesort_bench
/freebsd-12.1/sbin/natd/
H A DREADME23 2) Compile this software by executing "make".
/freebsd-12.1/contrib/tzdata/
H A Dsystemv14 # Compile this *without* leap second correction for true conformance.
/freebsd-12.1/contrib/apr-util/include/private/
H A Dapu_config.hw27 /* Compile win32 with DSO support for .dll builds */
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp40 if (!m_regex.Compile(m_func_name.GetStringRef())) { in AddressResolverName()

123456