Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DSEHFrameSupport.h50 Child->addEdge(Edge(Edge::KeepAlive, 0, DummySymbol, 0)); in operator()
H A DJITLinkGeneric.h146 Edge::KeepAlive; in fixUpBlocks()
148 "Non-KeepAlive edges in zero-fill block?"); in fixUpBlocks()
H A DJITLink.cpp67 case Edge::KeepAlive: in getGenericEdgeKindName()
H A DCOFFLinkGraphBuilder.cpp527 getGraphBlock(Target)->addEdge(Edge::KeepAlive, 0, *GSym, 0); in createDefinedSymbol()
H A DEHFrameSupport.cpp371 (*PCBegin)->getBlock().addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
H A DMachOLinkGraphBuilder.cpp839 TgtBlock.addEdge(Edge::KeepAlive, 0, CURecSym, 0); in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h74 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator
314 assert((K == Edge::KeepAlive || !isZeroFill()) && in addEdge()
/freebsd/contrib/unbound/doc/
H A DChangelog4294 - Patches from Jim Hague (Sinodun) for EDNS KeepAlive.