Home
last modified time | relevance | path

Searched defs:AddSection (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp205 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
645 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc128 void SectionParser::AddSection(NodeType section_type, in AddSection() function in amber::vkscript::SectionParser
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dopen.go126 func (d *Data) AddSection(name string, contents []byte) error { func
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc88 int ELF::AddSection(const string& name, const Section& section, in AddSection() function in google_breakpad::synth_elf::ELF
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py78 def AddSection(self, section): member in IdleUserConfParser
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.h321 void AddSection(const uint64_t offset, const BinarySection &section) { in AddSection() function
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py110 def AddSection(self, section): member in IdleUserConfParser
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DCommonConfig.h226 std::vector<NewSectionInfo> AddSection; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h222 std::vector<NewSectionInfo> AddSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/
DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/
DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjCopy/
DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection; member
/aosp_15_r20/art/libelffile/elf/
H A Delf_builder.h200 Elf_Word AddSection() { in AddSection() function
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dchecker.py277 def AddSection(self, title): member in _PayloadReport
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp526 CPVT_WordPlace CPVT_VariableText::AddSection(const CPVT_WordPlace& place) { in AddSection() function in CPVT_VariableText
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1798 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local