OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecWriter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
341
std::unique_ptr<ELFSectionWriter<ELFT>>
SecWriter
;
360
std::unique_ptr<BinarySectionWriter>
SecWriter
;
Object.cpp
2078
if (Error Err = Sec.accept(*
SecWriter
))
2554
SecWriter
= std::make_unique<ELFSectionWriter<ELFT>>(*Buf);
2560
if (Error Err = Sec.accept(*
SecWriter
))
2599
SecWriter
= std::make_unique<BinarySectionWriter>(*Buf);
Completed in 36 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026