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

References

tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  479     text.segmentName = "__TEXT";
  480     text.sectionName = "__text";
  481     text.type = S_REGULAR;
  482     text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS
  484     text.alignment = 4;
  485     text.address = 0;
  494     text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes));
  495     text.relocations.push_back(makeReloc(0x00, true, true,
  497     text.relocations.push_back(makeReloc(0x04, true, true,
  499     text.relocations.push_back(makeScatReloc(0x08,
  501     text.relocations.push_back(makeScatReloc(0x24,
  503     text.relocations.push_back(makeScatReloc(0x0C,
  505     text.relocations.push_back(makeScatReloc(0x24,
  507     text.relocations.push_back(makeScatReloc(0x10,
  509     text.relocations.push_back(makeScatReloc(0x00,
  511     text.relocations.push_back(makeScatReloc(0x14,
  513     text.relocations.push_back(makeScatReloc(0x00,
  515     text.relocations.push_back(makeReloc(0x18, false, false,
  517     text.relocations.push_back(makeReloc(0x28, false, false,
  519     text.relocations.push_back(makeReloc(0x1C, false, false,
  521     text.relocations.push_back(makeReloc(0x28, false, false,
  523     text.relocations.push_back(makeReloc(0x20, false, false,
  525     text.relocations.push_back(makeReloc(0x00, false, false,
  527     text.relocations.push_back(makeReloc(0x24, false, false,
  529     text.relocations.push_back(makeReloc(0x00, false, false,