Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h29 virtual bool isNotPaged() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h30 bool isNotPaged() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp62 bool DIASectionContrib::isNotPaged() const { in isNotPaged() function in DIASectionContrib