Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h114 bool hasNonEmptyLocation(const Entries &Entries) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp259 bool DbgValueHistoryMap::hasNonEmptyLocation(const Entries &Entries) const { in hasNonEmptyLocation() function in DbgValueHistoryMap
H A DDwarfDebug.cpp1846 if (!DbgValues.hasNonEmptyLocation(HistoryMapEntries)) in collectEntityInfo()