Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
398 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
DDWARFContext.cpp1609 std::vector<SectionName> SectionNames; member in __anoned0c38aa1011::DWARFObjInMemory
1770 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1943 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1960 return SectionNames; in getSectionNames()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Delf2yaml.cpp35 std::vector<std::string> SectionNames; member in __anon93ceb4b10111::ELFDumper
123 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
124 return SectionNames[SecIndex]; in getUniquedSectionName()
136 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
293 SectionNames.resize(Sections.size()); in dump()
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp430 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
433 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
434 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
450 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument