| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | LTO.cpp | 69 lto::ThinBackend Backend; in createLTO() local 71 Backend = lto::createInProcessThinBackend(Config->ThinLTOJobs); in createLTO() 72 return llvm::make_unique<lto::LTO>(std::move(C), Backend, in createLTO()
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 221 BackendT Backend; member 256 Backend.init(common_flags()->allocator_release_to_os_interval_ms); in init() 331 BackendPtr = Backend.allocatePrimary(&TSD->Cache, ClassId); in allocate() 337 BackendPtr = Backend.allocateSecondary(BackendSize, Alignment); in allocate() 528 Backend.destroyCache(&TSD->Cache); in commitBack() 534 Backend.getStats(stats); in getStats() 553 Backend.printStats(); in printStats() 625 return Instance.Backend; in getBackend()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LTO.cpp | 126 lto::ThinBackend Backend; in BitcodeCompiler() local 129 Backend = lto::createWriteIndexesThinBackend( in BitcodeCompiler() 133 Backend = lto::createInProcessThinBackend(Config->ThinLTOJobs); in BitcodeCompiler() 136 LTOObj = llvm::make_unique<lto::LTO>(createConfig(), Backend, in BitcodeCompiler()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 105 std::unique_ptr<MCAsmBackend> Backend; variable 222 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend, 287 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr() 293 MCAsmBackend &getBackend() const { return *Backend; } in getBackend()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 250 ThinBackend Backend; in run() local 252 Backend = createWriteIndexesThinBackend(/* OldPrefix */ "", in run() 258 Backend = createInProcessThinBackend(Threads); in run() 259 LTO Lto(std::move(Conf), std::move(Backend)); in run()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 261 LTO(Config Conf, ThinBackend Backend = nullptr, 315 ThinLTOState(ThinBackend Backend); 317 ThinBackend Backend; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Phases.cpp | 21 case Backend: return "backend"; in getPhaseName()
|
| H A D | Types.cpp | 281 P.push_back(phases::Backend); in getCompilationPhases()
|
| H A D | Driver.cpp | 277 FinalPhase = phases::Backend; in getFinalPhase() 2496 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences() 2559 } else if (CurPhase > phases::Backend) { in getDeviceDependences() 2566 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences() 2601 (CurPhase == phases::Backend && Relocatable) || in getDeviceDependences() 2611 if (!Relocatable && CurPhase == phases::Backend) { in getDeviceDependences() 3431 case phases::Backend: { in ConstructPhaseAction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Phases.h | 22 Backend, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.td | 11 class CatBackend : DiagCategory<"Backend Issue">;
|
| H A D | DiagnosticGroups.td | 1004 // Backend warnings.
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIIntrinsics.td | 10 // Backend internal SI Intrinsic Definitions. User code should not
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 428 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() argument 429 : Backend(Backend), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState() 430 if (!Backend) in ThinLTOState() 431 this->Backend = in ThinLTOState() 435 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument 439 ThinLTO(std::move(Backend)) {} in LTO() 1249 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 87 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument 90 : Context(Context), Backend(std::move(Backend)), in MCAssembler()
|
| H A D | ELFObjectWriter.cpp | 1413 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local 1414 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 419 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local 420 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | README.ctl.txt | 101 LUN Backend Size (Blocks) BS Serial Number Device ID 119 LUN Backend Size (Blocks) BS Serial Number Device ID
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 16 * https://github.com/kripken/emscripten/wiki/New-WebAssembly-Backend
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 282 3. Backend-specific and performance improvements.
|
| H A D | whatsnew-2.1.txt | 589 3. Backend/OS-specific improvements
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 282 3. Backend-specific and performance improvements.
|
| H A D | whatsnew-2.1.txt | 528 3. Backend/OS-specific improvements
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 2162 hpiod 2208/tcp #HP I/O Backend 2163 hpiod 2208/udp #HP I/O Backend
|