/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 300 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 D | ELFObjcopy.cpp | 217 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 D | COFFObjcopy.cpp | 233 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 D | WasmObject.cpp | 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
|
H A D | WasmObjcopy.cpp | 124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 335 MCSectionSubPair NewSection = I->first; in PopSection() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 400 MCSectionSubPair NewSection = I->first; in PopSection() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 427 MCSectionSubPair NewSection = I->first; in popSection() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCStreamer.h | 431 MCSectionSubPair NewSection = I->first; in popSection() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCStreamer.h | 431 MCSectionSubPair NewSection = I->first; in popSection() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCStreamer.h | 431 MCSectionSubPair NewSection = I->first; in popSection() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCStreamer.h | 431 MCSectionSubPair NewSection = I->first; in popSection() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 102 T *NewSection = in createSection() local
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
H A D | snapshot_parser.cpp | 346 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/ |
D | JITLink.h | 1435 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1435 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 D | JITLink.h | 1332 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1435 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1424 void transferBlock(Block &B, Section &NewSection) { in transferBlock()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/ |
D | loader.go | 1314 func (l *Loader) NewSection() *sym.Section { func
|