Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h134 bool hasEntryForOffset(uint64_t Offset) const { in hasEntryForOffset() function
/src/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()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1420 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttribute()
1428 if (Macro == nullptr || !Macro->hasEntryForOffset(*Offset)) in cloneScalarAttribute()