Home
last modified time | relevance | path

Searched defs:getSectionNames (Results 1 – 3 of 3) 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 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