Home
last modified time | relevance | path

Searched defs:SectionWriter (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp192 BinaryStreamWriter SectionWriter; in commit() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h99 explicit SectionWriter(Buffer &Buf) : Out(Buf) {} in SectionWriter() function