Home
last modified time | relevance | path

Searched refs:JITLinkContext (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp41 COFFJITLinker_x86_64(std::unique_ptr<JITLinkContext> Ctx, in COFFJITLinker_x86_64()
193 Error lowerCOFFRelocationEdges(LinkGraph &G, JITLinkContext &Ctx) { in lowerCOFFRelocationEdges()
244 JITLinkContext &Ctx) { in getImageBaseAddress()
253 JITLinkContext::LookupMap Symbols; in getImageBaseAddress()
276 Error lowerEdges_COFF_x86_64(LinkGraph &G, JITLinkContext *Ctx) { in lowerEdges_COFF_x86_64()
329 std::unique_ptr<JITLinkContext> Ctx) { in link_COFF_x86_64()
341 JITLinkContext *CtxPtr = Ctx.get(); in link_COFF_x86_64()
H A DJITLinkGeneric.h31 JITLinkerBase(std::unique_ptr<JITLinkContext> Ctx,
96 JITLinkContext::LookupMap getExternalSymbolNames() const;
100 std::unique_ptr<JITLinkContext> Ctx;
H A DJITLink.cpp359 JITLinkContext::~JITLinkContext() = default;
361 bool JITLinkContext::shouldAddDefaultTargetPasses(const Triple &TT) const { in shouldAddDefaultTargetPasses()
365 LinkGraphPassFunction JITLinkContext::getMarkLivePass(const Triple &TT) const { in getMarkLivePass()
369 Error JITLinkContext::modifyPassConfig(LinkGraph &G, in modifyPassConfig()
507 void link(std::unique_ptr<LinkGraph> G, std::unique_ptr<JITLinkContext> Ctx) { in link()
H A DELF_ppc64.cpp408 ELFJITLinker_ppc64(std::unique_ptr<JITLinkContext> Ctx,
490 std::unique_ptr<JITLinkContext> Ctx) {
533 std::unique_ptr<JITLinkContext> Ctx) {
539 std::unique_ptr<JITLinkContext> Ctx) {
H A DELF_loongarch.cpp37 ELFJITLinker_loongarch(std::unique_ptr<JITLinkContext> Ctx, in ELFJITLinker_loongarch()
185 std::unique_ptr<JITLinkContext> Ctx) { in link_ELF_loongarch()
H A DELF_i386.cpp45 ELFJITLinker_i386(std::unique_ptr<JITLinkContext> Ctx, in ELFJITLinker_i386()
244 std::unique_ptr<JITLinkContext> Ctx) { in link_ELF_i386()
H A DMachO.cpp76 std::unique_ptr<JITLinkContext> Ctx) { in link_MachO()
H A DJITLinkGeneric.cpp211 JITLinkContext::LookupMap JITLinkerBase::getExternalSymbolNames() const { in getExternalSymbolNames()
213 JITLinkContext::LookupMap UnresolvedExternals; in applyLookupResult()
H A DELF_x86_64.cpp243 ELFJITLinker_x86_64(std::unique_ptr<JITLinkContext> Ctx, in ELFJITLinker_x86_64()
350 std::unique_ptr<JITLinkContext> Ctx) { in link_ELF_x86_64()
H A DELF_aarch32.cpp126 ELFJITLinker_aarch32(std::unique_ptr<JITLinkContext> Ctx, in ELFJITLinker_aarch32()
296 std::unique_ptr<JITLinkContext> Ctx) { in link_ELF_aarch32()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DELF_ppc64.h42 std::unique_ptr<JITLinkContext> Ctx);
46 std::unique_ptr<JITLinkContext> Ctx);
H A DCOFF.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DELF.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_aarch32.h33 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_aarch64.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_i386.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_x86_64.h31 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_loongarch.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DMachO.h34 std::unique_ptr<JITLinkContext> Ctx);
H A DELF_riscv.h33 std::unique_ptr<JITLinkContext> Ctx);
H A DMachO_arm64.h39 std::unique_ptr<JITLinkContext> Ctx);
H A DMachO_x86_64.h39 std::unique_ptr<JITLinkContext> Ctx);
H A DCOFF_x86_64.h31 std::unique_ptr<JITLinkContext> Ctx);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp191 Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, ExecutionSession &ES);
297 ELFDebugObject::Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, in Create()
378 JITLinkContext &Ctx, MemoryBufferRef ObjBuffer) { in createDebugObjectFromBuffer()
404 MaterializationResponsibility &MR, LinkGraph &G, JITLinkContext &Ctx, in notifyMaterializing()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h75 jitlink::LinkGraph &G, jitlink::JITLinkContext &Ctx,

12