Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h134 bool hasEntryForOffset(uint64_t Offset) const { in hasEntryForOffset() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp316 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttr()
330 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1403 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttribute()
1411 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttribute()