Home
last modified time | relevance | path

Searched refs:isTU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h269 bool isTU() const { return IsTU; } in isTU() function
284 LHS.IsTU == RHS.isTU();
314 return {getDieOffset(), getUnitID(), isTU()};
319 bool isTU() const { return IsTU; }
340 return OffsetAndUnitID(*ParentOffset, getUnitID(), isTU());
434 Data->getUnitID(), Data->isTU());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp691 if (Entry.isTU()) in emitDWARF5AccelTable()