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

/openbsd-current/gnu/llvm/lld/wasm/
H A DMarkLive.cpp1 //===- MarkLive.cpp -------------------------------------------------------===//
21 #include "MarkLive.h"
38 class MarkLive { class in namespace:lld::wasm::__anon1268
54 void MarkLive::enqueue(Symbol *sym) {
78 void MarkLive::enqueueInitFunctions(const ObjFile *obj) {
87 void MarkLive::run() {
113 void MarkLive::mark() {
150 MarkLive marker;
184 bool MarkLive::isCallCtorsLive() {
/openbsd-current/gnu/llvm/lld/ELF/
H A DMarkLive.cpp1 //===- MarkLive.cpp -------------------------------------------------------===//
22 #include "MarkLive.h"
45 template <class ELFT> class MarkLive { class in namespace:__anon1240
47 MarkLive(unsigned partition) : partition(partition) {} function in class:__anon1240::MarkLive
90 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel,
144 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh,
183 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) {
202 template <class ELFT> void MarkLive<ELFT>::markSymbol(Symbol *sym) {
211 template <class ELFT> void MarkLive<ELFT>::run() {
301 template <class ELFT> void MarkLive<ELF
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DMarkLive.cpp1 //===- MarkLive.cpp -------------------------------------------------------===//
9 #include "MarkLive.h"
37 class MarkLive { class in namespace:lld::macho
42 virtual ~MarkLive() = default;
45 template <bool RecordWhyLive> class MarkLiveImpl : public MarkLive {
205 MarkLive *marker;
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h62 void MarkLive(GlobalValue &GV,
/openbsd-current/gnu/usr.bin/clang/liblldELF/
H A DMakefile42 MarkLive.cpp \
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp146 void GlobalDCEPass::MarkLive(GlobalValue &GV, function in class:GlobalDCEPass
156 MarkLive(*CM.second, Updates); // Recursion depth is only two because only
329 MarkLive(GO);
339 MarkLive(GA);
349 MarkLive(GIF);
361 MarkLive(*GVD, &NewLiveGVs);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_i386.cpp241 if (auto MarkLive = Ctx->getMarkLivePass(TT))
242 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DELF_loongarch.cpp193 if (auto MarkLive = Ctx->getMarkLivePass(TT))
194 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DCOFF_x86_64.cpp328 if (auto MarkLive = Ctx->getMarkLivePass(TT)) {
329 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DMachO_x86_64.cpp487 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple()))
488 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DELF_aarch64.cpp558 if (auto MarkLive = Ctx->getMarkLivePass(TT))
559 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DELF_x86_64.cpp394 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple()))
395 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DMachO_arm64.cpp554 if (auto MarkLive = Ctx->getMarkLivePass(G->getTargetTriple()))
555 Config.PrePrunePasses.push_back(std::move(MarkLive));
H A DELF_riscv.cpp647 if (auto MarkLive = Ctx->getMarkLivePass(TT))
648 Config.PrePrunePasses.push_back(std::move(MarkLive));

Completed in 256 milliseconds