Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DGetDylibInterface.cpp38 std::unique_ptr<object::MachOObjectFile> MachOFile; in getDylibInterfaceFromDylib() local
40 MachOFile.reset(dyn_cast<object::MachOObjectFile>(BinFile->release())); in getDylibInterfaceFromDylib()
47 MachOFile = std::move(*Obj); in getDylibInterfaceFromDylib()
53 if (!MachOFile) in getDylibInterfaceFromDylib()
62 if (MachOFile->getHeader().filetype != MachO::MH_DYLIB) in getDylibInterfaceFromDylib()
67 for (auto &Sym : MachOFile->symbols()) { in getDylibInterfaceFromDylib()