Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DFile.h32 MachOFile(std::unique_ptr<MemoryBuffer> mb, MachOLinkingContext *ctx) in MachOFile() function
37 MachOFile(StringRef path) in MachOFile() function
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h30 class MachOFile; variable