Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h82 void hashLocList(const DIELocList &LocList);
H A DDIEHash.cpp224 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
228 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp515 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute() local
516 for (const auto &Entry : LocList->Entries) in verifyDebugInfoAttribute()
1324 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable() local
1326 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()