Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
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/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
DDWARFContext.cpp1959 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anoned0c38aa1011::DWARFObjInMemory