Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp347 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection()
H A DDWARFDie.cpp67 SectionNames = Obj.getSectionNames(); in dumpRanges()
H A DDWARFContext.cpp1545 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonf3f23cd30d11::DWARFObjInMemory
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp498 static std::vector<std::string> getSectionNames(PDBFile &File) { in getSectionNames() function
568 std::vector<std::string> Sections = getSectionNames(getPdb()); in dumpModules()
1844 std::vector<std::string> Names = getSectionNames(getPdb()); in dumpSectionContribs()