Searched refs:SectionContents (Results 1 – 4 of 4) sorted by relevance
1005 SmallVector<char, 128> SectionContents; in writeObject() local1026 SectionContents.clear(); in writeObject()1027 raw_svector_ostream VecOS(SectionContents); in writeObject()1039 JC.update(SectionContents); in writeObject()1042 getStream() << SectionContents; in writeObject()
52 extern cl::opt<bool> SectionContents;
86 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm1505 if (SectionContents) in DumpObject()1599 && !SectionContents in main()
1185 if (SectionContents) in ProcessMachO()