Home
last modified time | relevance | path

Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp911 Obj.SectionNames = in build()
996 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
999 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
1029 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
1030 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
1060 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
1061 SectionNames = nullptr; in removeSections()
1220 if (Obj.SectionNames == nullptr && WriteSectionHeaders) in finalize()
1261 if (Obj.SectionNames != nullptr) in finalize()
1263 Obj.SectionNames->addString(Section.Name); in finalize()
[all …]
Dllvm-objcopy.cpp199 if (&Sec == Obj.SectionNames) in OnlyKeepDWOPred()
344 if (&Sec == Obj.SectionNames) in HandleArgs()
372 if (&Sec == Obj.SectionNames) in HandleArgs()
381 if (&Sec == Obj.SectionNames) in HandleArgs()
400 if (Obj.SectionNames == &Sec) in HandleArgs()
DObject.h693 StringTableSection *SectionNames = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp62 ArrayRef<SectionName> SectionNames; in dumpRanges() local
64 SectionNames = Obj.getSectionNames(); in dumpRanges()
72 if (SectionNames.empty() || R.SectionIndex == -1ULL) in dumpRanges()
75 StringRef Name = SectionNames[R.SectionIndex].Name; in dumpRanges()
79 if (!SectionNames[R.SectionIndex].IsNameUnique) in dumpRanges()
DDWARFContext.cpp1214 std::vector<SectionName> SectionNames; member in __anonddd817f10c11::DWARFObjInMemory
1351 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1479 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1496 return SectionNames; in getSectionNames()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp36 std::vector<std::string> SectionNames; member in __anon866bd0180111::ELFDumper
79 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
80 return SectionNames[SecIndex]; in getUniquedSectionName()
86 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
130 SectionNames.resize(Sections.size()); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp496 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
499 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
500 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
516 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument