Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/external/llvm/include/llvm/CodeGen/
DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h82 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp224 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
228 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h131 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp272 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
276 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp435 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute() local
436 for (const auto &Entry : LocList->Entries) in verifyDebugInfoAttribute()
1173 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable() local
1175 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()