Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h141 void hashLocList(const DIELocList &LocList);
DDIEHash.cpp285 void DIEHash::hashLocList(const DIELocList &LocList) { in hashLocList() argument
289 DD.getDebugLocEntries()[LocList.getValue()].List) in hashLocList()
DDwarfDebug.cpp918 DebugLocList &LocList = DotDebugLocEntries.back(); in collectVariableInfo() local
919 LocList.CU = &TheCU; in collectVariableInfo()
920 LocList.Label = Asm->createTempSymbol("debug_loc"); in collectVariableInfo()
923 buildLocationList(LocList.List, Ranges); in collectVariableInfo()
925 for (auto &Entry : LocList.List) in collectVariableInfo()