Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
/external/dokka/core/src/main/kotlin/Model/
DContent.kt255 fun addSection(tag: String?, subjectName: String?): ContentSection { in addSection() method in MutableContent
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObjcopy.cpp300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h476 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1090 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function