Home
last modified time | relevance | path

Searched refs:ContentSection (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp87 struct ContentSection : public OutputSection<ELFT> { struct
89 ContentSection() { this->NoBits = false; } in ContentSection() argument
278 ContentSection<ELFStringTableBuilder, ELFT> DynStr;
279 ContentSection<ELFStringTableBuilder, ELFT> ShStrTab;
280 ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> DynSym;
281 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> DynTab;
287 void fillStrTabShdr(ContentSection<ELFStringTableBuilder, ELFT> &StrTab, in fillStrTabShdr()
300 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr()
317 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> &DynTab) const { in fillDynTabShdr()