Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h343 auto &StubContentBlock = G.createContentBlock( in createEntry() local
347 StubContentBlock.addEdge(aarch64::LDRLiteral19, 0, GOTEntrySymbol, 0); in createEntry()
348 return G.addAnonymousSymbol(StubContentBlock, 0, 8, true, false); in createEntry()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp56 Block &StubContentBlock = G.createContentBlock( in createPLTStub() local
59 StubContentBlock.addEdge(R_RISCV_CALL, 0, GOTEntrySymbol, 0); in createPLTStub()
60 return G.addAnonymousSymbol(StubContentBlock, 0, StubEntrySize, true, in createPLTStub()