OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removedSections
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
1018
std::vector<SecPtr>
RemovedSections
;
1074
SectionTableRef
removedSections
() { return SectionTableRef(
RemovedSections
); }
Object.cpp
2092
for (auto &Sec : Obj.
removedSections
()) {
2152
// Transfer removed sections into the Object
RemovedSections
container for use
2154
std::move(Iter, Sections.end(), std::back_inserter(
RemovedSections
));
Completed in 18 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026