Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp326 std::set<DICompileUnit *> LiveCUs; in runOnModule() local
330 LiveCUs.insert(SP->getUnit()); in runOnModule()
353 LiveCUs.insert(DIC); in runOnModule()
354 else if (!LiveCUs.count(DIC)) in runOnModule()
372 if (!LiveCUs.empty()) { in runOnModule()
373 for (DICompileUnit *CU : LiveCUs) in runOnModule()
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp325 std::set<DICompileUnit *> LiveCUs; in stripDeadDebugInfoImpl() local
329 LiveCUs.insert(SP->getUnit()); in stripDeadDebugInfoImpl()
352 LiveCUs.insert(DIC); in stripDeadDebugInfoImpl()
353 else if (!LiveCUs.count(DIC)) in stripDeadDebugInfoImpl()
371 if (!LiveCUs.empty()) { in stripDeadDebugInfoImpl()
372 for (DICompileUnit *CU : LiveCUs) in stripDeadDebugInfoImpl()