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 839 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV);
840 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey))
841 ComdatKey = GA->getBaseObject();
842 if (ComdatKey == GV) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1197 milliseconds