Searched refs:PointerSection (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITLinkRedirectableSymbolManager.cpp | 31 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 D | x86.h | 277 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection, 280 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
|
| H A D | x86_64.h | 609 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection, 612 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
|
| H A D | loongarch.h | 597 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection, 600 auto &B = G.createContentBlock(PointerSection, getGOTEntryBlockContent(G),
|
| H A D | ppc64.h | 132 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection, 138 Block &B = G.createContentBlock(PointerSection, NullPointerContent,
|
| H A D | aarch64.h | 722 inline Symbol &createAnonymousPointer(LinkGraph &G, Section &PointerSection, 725 auto &B = G.createContentBlock(PointerSection, NullPointerContent,
|
| H A D | JITLink.h | 2016 unique_function<Symbol &(LinkGraph &G, Section &PointerSection,
|