Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp124 const auto &LocList = Rec->getLoc(); in printDefms() local
125 if (LocList.size() < 2) in printDefms()
129 for (unsigned I = LocList.size() - 1; I >= 1; --I) { in printDefms()
130 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(LocList[I])); in printDefms()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def42 HANDLE_DIEVALUE_SMALL(LocList)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h81 void hashLocList(const DIELocList &LocList);
H A DDIEHash.cpp230 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
234 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()