Searched refs:KeepAlive (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | MemIndex.h | 43 KeepAlive = std::shared_ptr<void>( in MemIndex() 97 std::shared_ptr<void> KeepAlive; // poor man's move-only std::any variable
|
| H A D | Index.cpp | 80 return [KeepAlive{std::move(SnapShot)}, in indexedFiles()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/ |
| H A D | Dex.h | 58 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 D | SEHFrameSupport.h | 49 Child->addEdge(Edge(Edge::KeepAlive, 0, DummySymbol, 0)); in operator()
|
| H A D | JITLink.cpp | 62 case Edge::KeepAlive: in getGenericEdgeKindName()
|
| H A D | COFFLinkGraphBuilder.cpp | 444 getGraphBlock(Target)->addEdge(Edge::KeepAlive, 0, *GSym, 0); in createDefinedSymbol()
|
| H A D | EHFrameSupport.cpp | 368 (*PCBegin)->getBlock().addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
|
| H A D | MachOLinkGraphBuilder.cpp | 810 TgtBlock.addEdge(Edge::KeepAlive, 0, CURecSym, 0); in operator ()()
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | macos-ci-setup | 60 <key>KeepAlive</key>
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 66 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator
|