reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
  491     if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) {
  504     if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) {
  566     if (ctx.outputMachOType() != llvm::MachO::MH_OBJECT)
  708     else if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB)
  731     switch (ctx.outputMachOType()) {
  785     switch (ctx.outputMachOType()) {
  833     switch (ctx.outputMachOType()) {
  881     switch (ctx.outputMachOType()) {
 1026     switch (ctx.outputMachOType()) {
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
   74     switch (context.outputMachOType()) {
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  601   if (!_bundleLoader.empty() && outputMachOType() != MH_BUNDLE) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  350     bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT);
  514   switch (_ctx.outputMachOType()) {
  654   const bool r = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT);
  970       _ctx.outputMachOType() == llvm::MachO::MH_OBJECT) {
  986   bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT);
 1035   bool rMode = (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT);
 1293   if (_ctx.outputMachOType() != llvm::MachO::MH_OBJECT)
 1423   if (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT)
 1534   if (_ctx.outputMachOType() == llvm::MachO::MH_OBJECT)
 1563   if (_ctx.outputMachOType() == MH_OBJECT) {
 1569     if ((_ctx.outputMachOType() == MH_EXECUTE) && _ctx.PIE())
 1595   normFile.fileType = context.outputMachOType();
tools/lld/lib/ReaderWriter/MachO/WriterMachO.cpp
   56     if (_ctx.outputMachOType() != llvm::MachO::MH_OBJECT)
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
   66   EXPECT_EQ(llvm::MachO::MH_DYLIB, _ctx.outputMachOType());
   71   EXPECT_EQ(llvm::MachO::MH_OBJECT, _ctx.outputMachOType());
   76   EXPECT_EQ(llvm::MachO::MH_BUNDLE, _ctx.outputMachOType());
   81   EXPECT_EQ(llvm::MachO::MH_PRELOAD, _ctx.outputMachOType());
   86   EXPECT_EQ(llvm::MachO::MH_EXECUTE, _ctx.outputMachOType());