Home
last modified time | relevance | path

Searched refs:FileBase (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DFile.cpp24 class FileBase : public vk::dbg::File class
33 FileBase(ID id, std::string dir, std::string name, std::string source);
40 FileBase::FileBase(ID id, std::string dir, std::string name, std::string source) in FileBase() function in __anon952e250a0111::FileBase
44 void FileBase::clearBreakpoints() in clearBreakpoints()
50 void FileBase::addBreakpoint(int line) in addBreakpoint()
56 bool FileBase::hasBreakpoint(int line) const in hasBreakpoint()
62 std::unordered_set<int> FileBase::getBreakpoints() const in getBreakpoints()
71 class VirtualFile : public FileBase
82 : FileBase(id, "", std::move(name), std::move(source)) in VirtualFile()
93 struct PhysicalFile : public FileBase
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp132 uint32_t FileBase = getVersion() >= 5 ? 0 : 1; in dump() local
135 OS << format("file_names[%3u]:\n", I + FileBase); in dump()