OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnedDataSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
36
class
OwnedDataSection
;
78
virtual Error visit(const
OwnedDataSection
&Sec) = 0;
95
virtual Error visit(
OwnedDataSection
&Sec) = 0;
115
Error visit(const
OwnedDataSection
&Sec) override;
159
Error visit(
OwnedDataSection
&Sec) override;
292
Error visit(const
OwnedDataSection
&Sec) final;
498
class
OwnedDataSection
: public SectionBase {
504
OwnedDataSection
(StringRef SecName, ArrayRef<uint8_t> Data)
512
OwnedDataSection
(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags,
ELFObjcopy.cpp
624
OwnedDataSection
&NewSection =
625
Obj.addSection<
OwnedDataSection
>(SecName, Data);
Object.cpp
89
template <class ELFT> Error ELFSectionSizer<ELFT>::visit(
OwnedDataSection
&) {
391
Error IHexSectionWriterBase::visit(const
OwnedDataSection
&Sec) {
434
Error SectionWriter::visit(const
OwnedDataSection
&Sec) {
498
Error
OwnedDataSection
::accept(SectionVisitor &Visitor) const {
502
Error
OwnedDataSection
::accept(MutableSectionVisitor &Visitor) {
506
void
OwnedDataSection
::appendHexData(StringRef HexData) {
1329
OwnedDataSection
*Section = nullptr;
1345
Section = &Obj->addSection<
OwnedDataSection
>(
Completed in 18 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026