|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 158 if (NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS)
377 bool SectionIsText = NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS;
lib/MC/MCObjectFileInfo.cpp 75 MachO::S_ATTR_PURE_INSTRUCTIONS,
143 MachO::S_ATTR_PURE_INSTRUCTIONS,
lib/MC/MCParser/DarwinAsmParser.cpp 271 MachO::S_ATTR_PURE_INSTRUCTIONS,
279 MachO::S_ATTR_PURE_INSTRUCTIONS, 0, 26);
427 MachO::S_ATTR_PURE_INSTRUCTIONS);
481 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS;
lib/MC/MCSectionMachO.cpp 69 ENTRY("pure_instructions", S_ATTR_PURE_INSTRUCTIONS)
168 return hasAttribute(MachO::S_ATTR_PURE_INSTRUCTIONS);
lib/Object/MachOObjectFile.cpp 2010 return Flags & MachO::S_ATTR_PURE_INSTRUCTIONS;
2016 return !(Flags & MachO::S_ATTR_PURE_INSTRUCTIONS) &&
2024 return !(Flags & MachO::S_ATTR_PURE_INSTRUCTIONS) &&
lib/Target/PowerPC/PPCAsmPrinter.cpp 1641 MachO::S_ATTR_PURE_INSTRUCTIONS,
1647 MachO::S_ATTR_PURE_INSTRUCTIONS,
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 316 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS | S_ATTR_SOME_INSTRUCTIONS;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp 121 if (section.attributes & S_ATTR_PURE_INSTRUCTIONS)
1610 sectionAttrs = S_ATTR_PURE_INSTRUCTIONS;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp 225 llvm::MachO::S_ATTR_PURE_INSTRUCTIONS);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp 277 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
402 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
534 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
678 EXPECT_EQ(text.attributes,SectionAttr(S_ATTR_PURE_INSTRUCTIONS
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 215 (uint32_t)(llvm::MachO::S_ATTR_PURE_INSTRUCTIONS));
286 (uint32_t)(llvm::MachO::S_ATTR_PURE_INSTRUCTIONS
416 (uint32_t)(llvm::MachO::S_ATTR_PURE_INSTRUCTIONS
544 (uint32_t)(llvm::MachO::S_ATTR_PURE_INSTRUCTIONS
684 (uint32_t)(llvm::MachO::S_ATTR_PURE_INSTRUCTIONS
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 1377 if (flags & (S_ATTR_PURE_INSTRUCTIONS | S_ATTR_SOME_INSTRUCTIONS))
4186 if (symbol_section->IsClear(S_ATTR_PURE_INSTRUCTIONS |
tools/llvm-objdump/MachODump.cpp 1783 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) ||
8723 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS)