Searched defs:SectionContents (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp1008 SmallVector<char, 128> SectionContents; local
1029 SectionContents.clear();
1030 raw_svector_ostream VecOS(SectionContents);
1042 JC.update(SectionContents);
1045 getStream() << SectionContents;
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp106 StringRef SectionContents);
117 StringRef SectionContents, StringRef Block);
129 StringRef SectionContents,
150 const COFFObjectFile *Obj, StringRef SectionContents)
151 : CD(CD), SR(SR), SectionContents(SectionContents) {
156 return Record.data() - SectionContents.bytes_begin();
169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock);
182 StringRef SectionContents; member in class:__anon13526::COFFObjectDumpDelegate
241 StringRef SectionContents,
149 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, const COFFObjectFile *Obj, StringRef SectionContents) argument
240 resolveSymbolName(const coff_section *Section, StringRef SectionContents, const void *RelocPtr, StringRef &Name) argument
263 printBinaryBlockWithRelocs(StringRef Label, const SectionRef &Sec, StringRef SectionContents, StringRef Block) argument
742 StringRef SectionContents; local
947 printCodeViewSymbolsSubsection(StringRef Subsection, const SectionRef &Section, StringRef SectionContents) argument
[all...]

Completed in 215 milliseconds