Searched refs:MachOPlatform (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1 //===------ MachOPlatform.cpp - Utilities for executing MachO in Orc ------===//
9 #include "llvm/ExecutionEngine/Orc/MachOPlatform.h"
148 MachOPlatform::MachOPlatform( function in class:llvm::orc::MachOPlatform
156 Error MachOPlatform::setupJITDylib(JITDylib &JD) {
162 Error MachOPlatform::notifyAdding(JITDylib &JD, const MaterializationUnit &MU) {
170 dbgs() << "MachOPlatform: Registered init symbol " << *InitSym << " for MU "
176 Error MachOPlatform::notifyRemoving(JITDylib &JD, VModuleKey K) {
180 Expected<MachOPlatform::InitializerSequence>
181 MachOPlatform
[all...]
H A DLLJIT.cpp12 #include "llvm/ExecutionEngine/Orc/MachOPlatform.h"
686 static MachOPlatform &setupPlatform(LLJIT &J) {
687 auto Tmp = std::make_unique<MachOPlatform>(
909 MachOPlatform &MP;
1153 LLVM_DEBUG({ dbgs() << "Setting up MachOPlatform support for LLJIT\n"; });
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h1 //===-- MachOPlatform.h - Utilities for executing MachO in Orc --*- C++ -*-===//
87 class MachOPlatform : public Platform { class in namespace:llvm::orc
95 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
114 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {}
134 MachOPlatform &MP;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile613 SRCS_EXT+= ExecutionEngine/Orc/MachOPlatform.cpp

Completed in 110 milliseconds