Home
last modified time | relevance | path

Searched refs:PointerSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITLinkRedirectableSymbolManager.cpp31 auto &PointerSection = in emitRedirectableSymbols() local
45 auto &Ptr = AnonymousPtrCreator(*G, PointerSection, TargetSym, 0); in emitRedirectableSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h277 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection,
280 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dx86_64.h609 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection,
612 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Dloongarch.h597 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection,
600 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
H A Dppc64.h132 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection,
138 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
H A Daarch64.h722 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection,
725 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
H A DJITLink.h2016 unique_function<Symbol &(LinkGraph &G, Section &PointerSection,