HomeSort by relevance Sort by last modified time
    Searched refs:ComdatKey (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 782 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV);
783 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey))
784 ComdatKey = GA->getBaseObject();
785 if (ComdatKey == GV) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 271 milliseconds