Searched refs:KeepAlive (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | SEHFrameSupport.h | 50 Child->addEdge(Edge(Edge::KeepAlive, 0, DummySymbol, 0)); in operator()
|
H A D | JITLinkGeneric.h | 146 Edge::KeepAlive; in fixUpBlocks() 148 "Non-KeepAlive edges in zero-fill block?"); in fixUpBlocks()
|
H A D | JITLink.cpp | 67 case Edge::KeepAlive: in getGenericEdgeKindName()
|
H A D | COFFLinkGraphBuilder.cpp | 527 getGraphBlock(Target)->addEdge(Edge::KeepAlive, 0, *GSym, 0); in createDefinedSymbol()
|
H A D | EHFrameSupport.cpp | 371 (*PCBegin)->getBlock().addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
|
H A D | MachOLinkGraphBuilder.cpp | 839 TgtBlock.addEdge(Edge::KeepAlive, 0, CURecSym, 0); in operator ()()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 74 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator 314 assert((K == Edge::KeepAlive || !isZeroFill()) && in addEdge()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4294 - Patches from Jim Hague (Sinodun) for EDNS KeepAlive.
|