Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCStreamer.h335 MCSectionSubPair NewSection = I->first; in PopSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCStreamer.h400 MCSectionSubPair NewSection = I->first; in PopSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCStreamer.h427 MCSectionSubPair NewSection = I->first; in popSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCStreamer.h431 MCSectionSubPair NewSection = I->first; in popSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCStreamer.h431 MCSectionSubPair NewSection = I->first; in popSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCStreamer.h431 MCSectionSubPair NewSection = I->first; in popSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCStreamer.h431 MCSectionSubPair NewSection = I->first; in popSection() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp102 T *NewSection = in createSection() local
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
H A Dsnapshot_parser.cpp346 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1435 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1435 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1332 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1435 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1424 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go1314 func (l *Loader) NewSection() *sym.Section { func