reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
349 text.segmentName = "__TEXT"; 350 text.sectionName = "__text"; 351 text.type = S_REGULAR; 352 text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS 354 text.alignment = 4; 355 text.address = 0; 361 text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes)); 362 text.relocations.push_back(makeReloc(0x00, true, true, 364 text.relocations.push_back(makeScatReloc(0x04, 366 text.relocations.push_back(makeScatReloc(0x00, 368 text.relocations.push_back(makeScatReloc(0x08, 370 text.relocations.push_back(makeScatReloc(0x00, 372 text.relocations.push_back(makeReloc(0x0C, false, true,