Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp1043 Sec.accept(*SecWriter); in writeSectionData()
1294 SecWriter = llvm::make_unique<ELFSectionWriter<ELFT>>(Buf); in finalize()
1301 Section.accept(*SecWriter); in write()
1387 SecWriter = llvm::make_unique<BinarySectionWriter>(Buf); in finalize()
DObject.h207 std::unique_ptr<ELFSectionWriter<ELFT>> SecWriter; variable
223 std::unique_ptr<BinarySectionWriter> SecWriter;