Home
last modified time | relevance | path

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

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