|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 301 section.attributes = read32(§->flags, isBig) & SECTION_ATTRIBUTES;
344 section.attributes =
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 657 sout->flags = sin.type | sin.attributes;
727 sect->flags = section->type | section->attributes;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 646 normSect->attributes = si->attributes;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 121 if (section.attributes & S_ATTR_PURE_INSTRUCTIONS)
690 if ((section.attributes & S_ATTR_DEBUG) == 0)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 300 io.mapOptional("attributes", sect.attributes);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp 277 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
303 EXPECT_EQ(cstring.attributes, SectionAttr(0));
402 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
438 EXPECT_EQ(cstring.attributes, SectionAttr(0));
534 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
579 EXPECT_EQ(cstring.attributes, SectionAttr(0));
678 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
722 EXPECT_EQ(cstring.attributes, SectionAttr(0));
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp 123 text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS
179 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
241 text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS
291 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
352 text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS
417 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
482 text.attributes = SectionAttr(S_ATTR_PURE_INSTRUCTIONS
574 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp 214 EXPECT_EQ((uint32_t)(sect.attributes),
285 EXPECT_EQ((uint32_t)(sect1.attributes),
317 EXPECT_EQ((uint32_t)(sect2.attributes), 0U);
415 EXPECT_EQ((uint32_t)(sect1.attributes),
454 EXPECT_EQ((uint32_t)(sect2.attributes), 0U);
543 EXPECT_EQ((uint32_t)(sect1.attributes),
582 EXPECT_EQ((uint32_t)(sect2.attributes), 0U);
683 EXPECT_EQ((uint32_t)(sect1.attributes),
738 EXPECT_EQ((uint32_t)(sect2.attributes), 0U);