Home
last modified time | relevance | path

Searched defs:IsTU (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DHeaders.h87 IsTU = 1 << 0, global() enumerator
/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h263 bool IsTU = false; member
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h27 const bool IsParentRoot, const bool IsTU, in BOLTDWARF5AccelTableData() argument
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp234 __anon9c6def8c0202(const DWARFUnit &Unit, bool &IsTU, uint32_t &DieTag) addAccelTableEntry() argument
304 bool IsTU = false; addAccelTableEntry() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp368 : OffsetVal(&Die), DieTag(Die.getTag()), AbbrevNumber(0), IsTU(IsTU), in DWARF5AccelTableData() argument