Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp88 struct ContentSection : public OutputSection<ELFT> { struct
89 T Content;
90 ContentSection() { this->NoBits = false; } in ContentSection() argument