Searched refs:DIELocs (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h68 /// A list of all the DIELocs in use.
69 std::vector<DIELoc *> DIELocs; member in class:llvm::DwarfUnit
H A DDwarfUnit.cpp107 for (unsigned j = 0, M = DIELocs.size(); j < M; ++j)
108 DIELocs[j]->~DIELoc();
404 DIELocs.push_back(Loc); // Memoize so we can call the destructor later on.

Completed in 50 milliseconds