OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringTableSection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
37
class
StringTableSection
;
79
virtual Error visit(const
StringTableSection
&Sec) = 0;
96
virtual Error visit(
StringTableSection
&Sec) = 0;
116
Error visit(const
StringTableSection
&Sec) override;
160
Error visit(
StringTableSection
&Sec) override;
293
Error visit(const
StringTableSection
&Sec) override;
304
Error visit(const
StringTableSection
&Sec) override;
584
class
StringTableSection
: public SectionBase {
590
StringTableSection
() : StrTabBuilder(StringTableBuilder::ELF) {
679
void setStrTab(
StringTableSection
*StrTab) { SymbolNames = StrTab;
[
all
...]
Object.cpp
93
template <class ELFT> Error ELFSectionSizer<ELFT>::visit(
StringTableSection
&) {
396
Error IHexSectionWriterBase::visit(const
StringTableSection
&Sec) {
418
Error IHexSectionWriter::visit(const
StringTableSection
&Sec) {
616
void
StringTableSection
::addString(StringRef Name) { StrTabBuilder.add(Name); }
618
uint32_t
StringTableSection
::findIndex(StringRef Name) const {
622
void
StringTableSection
::prepareForLayout() {
627
Error SectionWriter::visit(const
StringTableSection
&Sec) {
633
Error
StringTableSection
::accept(SectionVisitor &Visitor) const {
637
Error
StringTableSection
::accept(MutableSectionVisitor &Visitor) {
800
Expected<
StringTableSection
*> Sec
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026