Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DMemIndex.h43 KeepAlive = std::shared_ptr<void>( in MemIndex()
97 std::shared_ptr<void> KeepAlive; // poor man's move-only std::any variable
H A DIndex.cpp80 return [KeepAlive{std::move(SnapShot)}, in indexedFiles()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.h58 KeepAlive = std::shared_ptr<void>( in Dex()
122 std::shared_ptr<void> KeepAlive; // poor man's move-only std::any variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DSEHFrameSupport.h49 Child->addEdge(Edge(Edge::KeepAlive, 0, DummySymbol, 0)); in operator()
H A DJITLink.cpp62 case Edge::KeepAlive: in getGenericEdgeKindName()
H A DCOFFLinkGraphBuilder.cpp444 getGraphBlock(Target)->addEdge(Edge::KeepAlive, 0, *GSym, 0); in createDefinedSymbol()
H A DEHFrameSupport.cpp368 (*PCBegin)->getBlock().addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
H A DMachOLinkGraphBuilder.cpp810 TgtBlock.addEdge(Edge::KeepAlive, 0, CURecSym, 0); in operator ()()
/llvm-project-15.0.7/libcxx/utils/ci/
H A Dmacos-ci-setup60 <key>KeepAlive</key>
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h66 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator