Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h37 virtual bool isNotCached() const = 0;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h38 bool isNotCached() const override;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp95 bool DIASectionContrib::isNotCached() const { in isNotCached() function in DIASectionContrib