Home
last modified time | relevance | path

Searched refs:hasEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp76 if (!hasEntry(LowPC, HighPC)) in addEntry()
118 bool LVRange::hasEntry(LVAddress LowerAddress, LVAddress UpperAddress) const { in hasEntry() function in LVRange
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVRange.h70 bool hasEntry(LVAddress Low, LVAddress High) const;
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h229 bool hasEntry() const { return !bindingsMap.empty(); } in hasEntry() function
H A DSyntheticSections.cpp110 : in.weakBinding->hasEntry(); in hasWeakBinding()