Home
last modified time | relevance | path

Searched refs:getSections (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DWriter.cpp119 for (const auto &S : Obj.getSections()) in finalizeStringTable()
191 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize()
194 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize()
209 if (!Obj.getSections().empty()) { in finalize()
210 const Section &S = Obj.getSections().back(); in finalize()
272 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()
297 for (const auto &S : Obj.getSections()) { in writeHeaders()
304 for (const auto &S : Obj.getSections()) { in writeSections()
387 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress()
405 for (const auto &S : Obj.getSections()) { in patchDebugDirectory()
[all …]
DCOFFObjcopy.cpp35 if (Obj.getSections().empty()) in getNextRVA()
37 const Section &Last = Obj.getSections().back(); in getNextRVA()
DObject.h125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
DReader.cpp87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java342 private List<SectionHeader> getSections() {
380 for (SectionHeader header: getSections()) {
396 return new StringTable(getSections().get(index));
441 this.stringTable = new StringTable(getSections().get(header.getLink()));
485 sectionHeader = getSections().get(getSectionIndex());
/external/llvm-project/lld/ELF/
DDWARF.cpp32 assert(objSections.size() == obj->getSections().size()); in LLDDwarfObj()
33 for (auto it : llvm::enumerate(obj->getSections())) { in LLDDwarfObj()
DInputFiles.h80 ArrayRef<InputSectionBase *> getSections() const { in getSections() function
DInputSection.cpp282 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep()
397 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup()
409 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection()
DOutputSections.cpp391 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup()
DRelocations.cpp685 file->getSections()[sym.discardedSecIdx] != &InputSection::discarded) in maybeReportDiscarded()
756 file->getSections()[sym.discardedSecIdx] == &InputSection::discarded) in getAlternativeSpelling()
DDriver.cpp2204 for (InputSectionBase *s : f->getSections()) in link()
2208 for (InputSectionBase *s : f->getSections()) in link()
DInputFiles.cpp317 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp205 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
241 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
254 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()
298 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields()
DSkSLSectionAndParameterHelper.h94 std::vector<const Section*> getSections(const char* name) { in getSections() function
DSkSLCPPCodeGenerator.cpp1002 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeClone()
/external/llvm-project/lld/MachO/
DOutputSegment.h44 const std::vector<OutputSection *> &getSections() const { return sections; } in getSections() function
DWriter.cpp161 if (seg->getSections().empty()) in writeTo()
169 for (OutputSection *osec : seg->getSections()) { in writeTo()
551 for (auto *osec : seg->getSections()) { in sortSegmentsAndSections()
631 for (auto *osec : seg->getSections()) { in assignAddresses()
660 for (OutputSection *osec : seg->getSections()) in writeSections()
DSyntheticSections.cpp79 for (OutputSection *osec : seg->getSections()) { in writeTo()
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h53 std::vector<const Section*> getSections(const char* name) { in getSections() function
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiBrowser.java340 public Object[] getSections() { in getSections() method in ApiBrowser.ApiBrowserAdapter
341 return mIndexer.getSections(); in getSections()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp213 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
250 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp333 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState()
448 Header.e_shnum = Doc.getSections().size(); in writeELFHeader()
477 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in initProgramHeaders()
671 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders()
1788 for (const ELFYAML::Section *S : Doc.getSections()) { in buildSectionHeaderReorderMap()
1790 if (S == Doc.getSections().front()) in buildSectionHeaderReorderMap()
1813 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in buildSectionIndex()
1870 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp237 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState()
305 Doc.Header.SHNum ? (uint16_t)*Doc.Header.SHNum : Doc.getSections().size(); in writeELFHeader()
408 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders()
1383 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h501 std::vector<Section *> getSections() { in getSections() function
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h650 std::vector<Section *> getSections() { in getSections() function

12