Home
last modified time | relevance | path

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

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