Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp388 Bootstrap = &BI; in ELFNixPlatform()
414 Bootstrap = nullptr; in ELFNixPlatform()
626 std::lock_guard<std::mutex> Lock(MP.Bootstrap.load()->Mutex); in bootstrapPipelineStart()
627 ++MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineStart()
635 {*MP.DSOHandleSymbol, &MP.Bootstrap.load()->ELFNixHeaderAddr}, in bootstrapPipelineRecordRuntimeFunctions()
670 MP.Bootstrap.load()->ELFNixHeaderAddr; in bootstrapPipelineRecordRuntimeFunctions()
671 MP.HandleAddrToJITDylib[MP.Bootstrap.load()->ELFNixHeaderAddr] = in bootstrapPipelineRecordRuntimeFunctions()
680 std::lock_guard<std::mutex> Lock(MP.Bootstrap.load()->Mutex); in bootstrapPipelineEnd()
681 assert(MP.Bootstrap && "DeferredAAs reset before bootstrap completed"); in bootstrapPipelineEnd()
682 --MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineEnd()
[all …]
H A DMachOPlatform.cpp494 Bootstrap = &BI; in MachOPlatform()
575 Bootstrap = nullptr; in MachOPlatform()
812 if (MP.Bootstrap) { in modifyPassConfig()
814 ++MP.Bootstrap->ActiveGraphs; in modifyPassConfig()
909 {*MP.MachOHeaderStartSymbol, &MP.Bootstrap->MachOHeaderAddr}, in bootstrapPipelineRecordRuntimeFunctions()
949 MP.JITDylibToHeaderAddr[&MP.PlatformJD] = MP.Bootstrap->MachOHeaderAddr; in bootstrapPipelineRecordRuntimeFunctions()
950 MP.HeaderAddrToJITDylib[MP.Bootstrap->MachOHeaderAddr] = &MP.PlatformJD; in bootstrapPipelineRecordRuntimeFunctions()
960 --MP.Bootstrap->ActiveGraphs; in bootstrapPipelineEnd()
963 if (MP.Bootstrap->ActiveGraphs == 0) in bootstrapPipelineEnd()
964 MP.Bootstrap->CV.notify_all(); in bootstrapPipelineEnd()
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css455 * Twitter Bootstrap style.
461 /** Taken from Bootstrap body */
466 /** Taken from Bootstrap .popover */
483 /** Taken from Bootstrap .popover-title */
513 /** Taken from Bootstrap .popover-content */
540 /* Taken from Bootstrap .close */
552 /* Taken from Bootstrap .close:hover */
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dmusthavepkg.subr65 # Bootstrap pkg(8)
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h118 bool Bootstrap);
H A DELFNixPlatform.h279 std::atomic<BootstrapInfo *> Bootstrap; variable
H A DMachOPlatform.h379 BootstrapInfo *Bootstrap = nullptr; variable
/freebsd/usr.sbin/services_mkdb/
H A Dservices126 bootps 67/tcp dhcps #Bootstrap Protocol Server
127 bootps 67/udp dhcps #Bootstrap Protocol Server
128 bootpc 68/tcp dhcpc #Bootstrap Protocol Client
129 bootpc 68/udp dhcpc #Bootstrap Protocol Client
1500 instl-boots 1067/tcp instl_boots #Installation Bootstrap Proto. Serv.
1501 instl-boots 1067/udp instl_boots #Installation Bootstrap Proto. Serv.
1502 instl-bootc 1068/tcp instl_bootc #Installation Bootstrap Proto. Cli.
1503 instl-bootc 1068/udp instl_bootc #Installation Bootstrap Proto. Cli.
/freebsd/
H A DUPDATING589 1. Bootstrap:
/freebsd/contrib/ntp/
H A DCommitLog[all...]