Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h41 virtual bool isReadable() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h42 bool isReadable() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp108 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h313 bool isReadable() const { in isReadable() function
H A DMinidumpParser.cpp450 region.SetReadable(entry->isReadable() ? yes : no); in CreateRegionsCacheFromMemoryInfoList()