Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h38 virtual bool isNotCached() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h39 bool isNotCached() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp96 bool DIASectionContrib::isNotCached() const { in isNotCached() function in DIASectionContrib