Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vkscript/
Dsection_parser.cc128 void SectionParser::AddSection(NodeType section_type, in AddSection() function in amber::vkscript::SectionParser
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc88 int ELF::AddSection(const string& name, const Section& section, in AddSection() function in google_breakpad::synth_elf::ELF
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObjcopy.cpp205 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
645 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
/external/python/cpython3/Lib/idlelib/
Dconfig.py110 def AddSection(self, section): member in IdleUserConfParser
/external/flatbuffers/src/
Dbinary_annotator.h352 void AddSection(const uint64_t offset, const BinarySection &section) { in AddSection() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
DCommonConfig.h222 std::vector<NewSectionInfo> AddSection; member
/external/pdfium/core/fpdfdoc/
Dcpvt_variabletext.cpp528 CPVT_WordPlace CPVT_VariableText::AddSection(const CPVT_WordPlace& place) { in AddSection() function in CPVT_VariableText
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1798 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local