| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 40 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 D | IRCompileLayer.cpp | 16 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 D | IndirectionUtils.cpp | 30 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 D | RegularExpression.cpp | 39 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 D | t-freebsd | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc.a with pic.
|
| H A D | t-lynx | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc2.a with pic.
|
| H A D | t-linux | 1 # Compile crtbeginS.o and crtendS.o with pic. 3 # Compile libgcc2.a with pic.
|
| H A D | t-libgcc-pic | 1 # Compile libgcc2.a with pic.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | t-tpf | 1 # Compile crtbeginS.o and crtendS.o with pic. 3 # Compile libgcc2.a with pic.
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | aix64.opt | 25 Compile for 64-bit pointers 29 Compile for 32-bit pointers
|
| H A D | t-lynx | 33 # Compile crtbeginS.o and crtendS.o with pic.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 137 bool Compile(llvm::StringRef string); 138 bool Compile(const char *) = delete;
|
| /freebsd-12.1/contrib/bearssl/samples/ |
| H A D | README.txt | 9 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 D | Phases.cpp | 20 case Compile: return "compiler"; in getPhaseName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Phases.h | 21 Compile, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueRegex.h | 58 m_regex.Compile(llvm::StringRef(value)); in SetCurrentValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueRegex.cpp | 50 if (m_regex.Compile(value)) { in SetValueFromString()
|
| H A D | CommandObjectRegexCommand.cpp | 82 if (m_entries.back().regex.Compile( in AddRegexCommand()
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | Installation | 4 Compile the executable:
|
| /freebsd-12.1/contrib/smbfs/ |
| H A D | config.mk.in | 33 # Compile binaries with debugging symbols
|
| /freebsd-12.1/tools/tools/sortbench/ |
| H A D | README | 4 1. Compile mergesort_bench.c into mergesort_bench
|
| /freebsd-12.1/sbin/natd/ |
| H A D | README | 23 2) Compile this software by executing "make".
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | systemv | 14 # Compile this *without* leap second correction for true conformance.
|
| /freebsd-12.1/contrib/apr-util/include/private/ |
| H A D | apu_config.hw | 27 /* Compile win32 with DSO support for .dll builds */
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 40 if (!m_regex.Compile(m_func_name.GetStringRef())) { in AddressResolverName()
|