Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
HDDarwinLdDriver.cpp491 if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) { in parse()
504 if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) { in parse()
566 if (ctx.outputMachOType() != llvm::MachO::MH_OBJECT) in parse()
708 else if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) in parse()
731 switch (ctx.outputMachOType()) { in parse()
785 switch (ctx.outputMachOType()) { in parse()
833 switch (ctx.outputMachOType()) { in parse()
881 switch (ctx.outputMachOType()) { in parse()
1026 switch (ctx.outputMachOType()) { in parse()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDMachONormalizedFileFromAtoms.cpp350 bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT); in sectionForAtom()
514 switch (_ctx.outputMachOType()) { in organizeSections()
654 const bool r = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT); in copySectionContent()
970 _ctx.outputMachOType() == llvm::MachO::MH_OBJECT) { in descBits()
986 bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT); in getSymbolTableRegion()
1035 bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT); in addSymbols()
1293 if (_ctx.outputMachOType() != llvm::MachO::MH_OBJECT) in addSectionRelocs()
1423 if (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT) in addRebaseAndBindingInfo()
1534 if (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT) in addExportInfo()
1563 if (_ctx.outputMachOType() == MH_OBJECT) { in fileFlags()
[all …]
HDWriterMachO.cpp56 if (_ctx.outputMachOType() != llvm::MachO::MH_OBJECT) in createImplicitFiles()
HDExecutableAtoms.h74 switch (context.outputMachOType()) { in MachHeaderAliasFile()
HDMachOLinkingContext.cpp601 if (!_bundleLoader.empty() && outputMachOType() != MH_BUNDLE) { in validateImpl()
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
HDMachOLinkingContext.h121 HeaderFileType outputMachOType() const { return _outputMachOType; } in outputMachOType() function