|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/lib/ReaderWriter/MachO/File.h 99 switch (inSection->type) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 299 section.type = (SectionType)(read32(§->flags, isBig) &
313 if (section.type == S_NON_LAZY_SYMBOL_POINTERS) {
342 section.type = (SectionType)(read32(§->flags, isBig) &
357 if (section.type == S_NON_LAZY_SYMBOL_POINTERS) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 289 if (isZeroFillSection(sect.type))
555 isZeroFillSection(s->type) ? 0 : s->content.size();
616 if (sect.type != S_SYMBOL_STUBS)
657 sout->flags = sin.type | sin.attributes;
720 if (isZeroFillSection(section->type))
727 sect->flags = section->type | section->attributes;
1023 if (isZeroFillSection(s.type))
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 645 normSect->type = si->type;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 111 if (p->sectionType != section.type)
248 if (isZeroFillSection(section.type)) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 299 io.mapRequired("type", sect.type);
303 if (isZeroFillSection(sect.type)) {
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp 276 EXPECT_EQ(text.type, S_REGULAR);
302 EXPECT_EQ(cstring.type, S_CSTRING_LITERALS);
401 EXPECT_EQ(text.type, S_REGULAR);
437 EXPECT_EQ(cstring.type, S_CSTRING_LITERALS);
533 EXPECT_EQ(text.type, S_REGULAR);
578 EXPECT_EQ(cstring.type, S_CSTRING_LITERALS);
677 EXPECT_EQ(text.type, S_REGULAR);
721 EXPECT_EQ(cstring.type, S_CSTRING_LITERALS);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp 122 text.type = S_REGULAR;
178 EXPECT_EQ(S_REGULAR, text.type);
240 text.type = S_REGULAR;
290 EXPECT_EQ(S_REGULAR, text.type);
351 text.type = S_REGULAR;
416 EXPECT_EQ(S_REGULAR, text.type);
481 text.type = S_REGULAR;
573 EXPECT_EQ(S_REGULAR, text.type);
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp 213 EXPECT_EQ((uint32_t)(sect.type), (uint32_t)(llvm::MachO::S_REGULAR));
284 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR));
316 EXPECT_EQ((uint32_t)(sect2.type), (uint32_t)(llvm::MachO::S_CSTRING_LITERALS));
414 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR));
453 EXPECT_EQ((uint32_t)(sect2.type), (uint32_t)(llvm::MachO::S_CSTRING_LITERALS));
542 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR));
581 EXPECT_EQ((uint32_t)(sect2.type), (uint32_t)(llvm::MachO::S_CSTRING_LITERALS));
682 EXPECT_EQ((uint32_t)(sect1.type), (uint32_t)(llvm::MachO::S_REGULAR));
737 EXPECT_EQ((uint32_t)(sect2.type), (uint32_t)(llvm::MachO::S_CSTRING_LITERALS));