Searched refs:setLive (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp296 E.getTarget().setLive(true);
H A DJITLink.cpp355 Sym->setLive(true);
H A DCOFFLinkGraphBuilder.cpp293 ExternalSymbols[StrCopy]->setLive(true);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp81 Sym->setLive(true);
H A DObjectLinkingLayer.cpp434 KV.second->setLive(true);
446 Sym->setLive(true);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp734 Summary->setLive(true);
880 Index.getGlobalValueSummary(GV)->setLive(true);
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h414 setLive(IsLive);
507 void setLive(bool IsLive) { this->IsLive = IsLive; }
1291 Sym.setLive(IsLive);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp867 S->setLive(true);
931 S->setLive(true);
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h491 void setLive(bool Live) { Flags.Live = Live; } function in class:llvm::CalleeInfo::AllocationType::GlobalValueSummary
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp375 Sym->setLive(true);

Completed in 391 milliseconds