Home
last modified time | relevance | path

Searched defs:getSectionNames (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h33 virtual ArrayRef<SectionName> getSectionNames() const { return {}; } in getSectionNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1495 ArrayRef<SectionName> getSectionNames() const override { in getSectionNames() function in __anonddd817f10c11::DWARFObjInMemory
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp481 static std::vector<std::string> getSectionNames(PDBFile &File) { in getSectionNames() function