Home
last modified time | relevance | path

Searched refs:getSectionNames (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp406 for (SectionName Sec : Context->getDWARFObj().getSectionNames()) { in linkDebugInfo()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp415 static Expected<std::vector<std::string>> getSectionNames(PDBFile &File) { in getSectionNames() function
488 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules()
1856 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
H A DDWARFContext.cpp1959 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonda3bf7bb1011::DWARFObjInMemory