Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObjcopy.cpp300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
354 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
417 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
424 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFObjcopy.cpp233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObjcopy.cpp217 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local
584 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
646 OwnedDataSection &NewSection = in handleArgs() local
656 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/external/llvm/include/llvm/MC/
DMCStreamer.h335 MCSectionSubPair NewSection = I->first; in PopSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h400 MCSectionSubPair NewSection = I->first; in PopSection() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCStreamer.h427 MCSectionSubPair NewSection = I->first; in popSection() local
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp102 T *NewSection = in createSection() local
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp346 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1332 void transferBlock(Block &B, Section &NewSection) { in transferBlock()