Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAddressPool.h49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
HDDwarfDebug.cpp3442 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()
3507 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h1081 bool hasBeenUsed() const { return HasBeenUsed; }; in hasBeenUsed() function
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDHeaderSearch.cpp156 VFSUsage.push_back(RFS->hasBeenUsed()); in collectVFSUsageAndClear()