Home
last modified time | relevance | path

Searched defs:hasEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp118 bool LVRange::hasEntry(LVAddress LowerAddress, LVAddress UpperAddress) const { in hasEntry() function in LVRange
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h229 bool hasEntry() const { return !bindingsMap.empty(); } in hasEntry() function