Searched refs:MarkLive (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp1 //===- MarkLive.cpp -------------------------------------------------------===//
22 #include "MarkLive.h"
46 template <class ELFT> class MarkLive { class in namespace:lld::elf::__anon1130
48 MarkLive(unsigned partition) : partition(partition) {} function in class:lld::elf::__anon1130::MarkLive
91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel,
136 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh,
182 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) {
208 template <class ELFT> void MarkLive<ELFT>::markSymbol(Symbol *sym) {
217 template <class ELFT> void MarkLive<ELFT>::run() {
272 template <class ELFT> void MarkLive<ELF
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h133 void MarkLive(const RetOrArg &RA);
134 void MarkLive(const Function &F);
H A DGlobalDCE.h55 void MarkLive(GlobalValue &GV,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp144 void GlobalDCEPass::MarkLive(GlobalValue &GV, function in class:GlobalDCEPass
154 MarkLive(*CM.second, Updates); // Recursion depth is only two because only
317 MarkLive(GO);
327 MarkLive(GA);
337 MarkLive(GIF);
349 MarkLive(*GVD, &NewLiveGVs);
H A DDeadArgumentElimination.cpp491 MarkLive(F);
499 MarkLive(F);
524 MarkLive(F);
541 MarkLive(F);
560 MarkLive(F);
572 MarkLive(F);
666 MarkLive(RA);
677 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
681 void DeadArgumentEliminationPass::MarkLive(const Function &F) { function in class:DeadArgumentEliminationPass
694 /// MarkLive
697 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { function in class:DeadArgumentEliminationPass
[all...]
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile66 SRCS+= ELF/MarkLive.cpp
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp669 if (auto MarkLive = Ctx->getMarkLivePass(TT))
670 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DMachO_x86_64.cpp563 if (auto MarkLive = Ctx->getMarkLivePass(TT))
564 Config.PrePrunePasses.push_back(std::move(MarkLive));

Completed in 90 milliseconds