OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringTableSection
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h
35
class
StringTableSection
;
73
virtual void visit(const
StringTableSection
&Sec) = 0;
91
void visit(const
StringTableSection
&Sec) override;
347
class
StringTableSection
: public SectionBase {
353
StringTableSection
() : StrTabBuilder(StringTableBuilder::ELF) {
429
void setStrTab(
StringTableSection
*StrTab) { SymbolNames = StrTab; }
434
StringTableSection
*SymbolNames = nullptr;
693
StringTableSection
*SectionNames = nullptr;
Object.cpp
143
void
StringTableSection
::addString(StringRef Name) {
148
uint32_t
StringTableSection
::findIndex(StringRef Name) const {
152
void
StringTableSection
::finalize() { StrTabBuilder.finalize(); }
154
void SectionWriter::visit(const
StringTableSection
&Sec) {
158
void
StringTableSection
::accept(SectionVisitor &Visitor) const {
292
setStrTab(SecTable.getSectionOfType<
StringTableSection
>(
803
return Obj.addSection<
StringTableSection
>();
912
Obj.sections().template getSectionOfType<
StringTableSection
>(
[
all
...]
Completed in 145 milliseconds