Home
last modified time | relevance | path

Searched refs:getFirstRelocationEdge (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp27 static Expected<Edge &> getFirstRelocationEdge(LinkGraph &G, Block &B) { in getFirstRelocationEdge() function
39 auto E = getFirstRelocationEdge(G, B); in getELFGOTTarget()
54 auto E = getFirstRelocationEdge(G, B); in getELFStubTarget()
H A Dllvm-jitlink-macho.cpp29 static Expected<Edge &> getFirstRelocationEdge(LinkGraph &G, Block &B) { in getFirstRelocationEdge() function
41 auto E = getFirstRelocationEdge(G, B); in getMachOGOTTarget()
56 auto E = getFirstRelocationEdge(G, B); in getMachOStubTarget()