Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp121 const auto &LocList = Rec.getLoc(); in printDefms() local
122 if (LocList.size() < 2) in printDefms()
126 for (const SMLoc Loc : reverse(LocList)) in printDefms()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h84 void hashLocList(const DIELocList &LocList);
H A DDIEHash.cpp237 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
241 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()