Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp89 struct ContentSection : public OutputSection<ELFT> { struct
90 T Content;
91 ContentSection() { this->NoBits = false; } in ContentSection() function