Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h40 virtual bool isReadable() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h41 bool isReadable() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp107 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib