Searched refs:outputMachOType (Results 1 – 6 of 6) sorted by relevance
491 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()
350 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 …]
56 if (_ctx.outputMachOType() != llvm::MachO::MH_OBJECT) in createImplicitFiles()
74 switch (context.outputMachOType()) { in MachHeaderAliasFile()
601 if (!_bundleLoader.empty() && outputMachOType() != MH_BUNDLE) { in validateImpl()
121 HeaderFileType outputMachOType() const { return _outputMachOType; } in outputMachOType() function