Home
last modified time | relevance | path

Searched refs:SecStrBuf (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp535 llvm::raw_string_ostream SecStrBuf(SecBuffer); in writeConstantPool() local
536 SecStrBuf << ".rodata.cst" << WriteAmt; in writeConstantPool()
538 SecStrBuf.str(), SHT_PROGBITS, ShFlags, Align, WriteAmt); in writeConstantPool()