Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp88 struct ContentSection : public OutputSection<ELFT> { struct
89 T Content;
90 ContentSection() { this->NoBits = false; } in ContentSection() function
/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/
H A DContent.kt174 class ContentSection(val tag: String, val subjectName: String?) : ContentBlock() { in equals() class
/aosp_15_r20/external/dokka/core/src/main/kotlin/Java/
H A DJavadocParser.kt56 private fun ContentSection.appendTypeElement( in parseDocumentation() method