Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h47 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
DDwarfDebug.cpp1876 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()
1918 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
DDwarfDebug.cpp2919 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()
2973 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
3003 assert(TypeUnitsUnderConstruction.empty() || !DD->AddrPool.hasBeenUsed()); in NonTypeUnitContext()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
DDwarfDebug.cpp3218 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()
3272 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
3300 …Construction(std::move(DD->TypeUnitsUnderConstruction)), AddrPoolUsed(DD->AddrPool.hasBeenUsed()) { in NonTypeUnitContext()
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py251 def hasBeenUsed(self): member in Element