HomeSort by: relevance | last modified time | path
    Searched defs:ComdatKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 410 /// ComdatKey - associated data
414 GlobalValue *ComdatKey = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1547 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV);
1548 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey))
1549 ComdatKey = GA->getBaseObject();
1550 if (ComdatKey == GV) {

Completed in 19 milliseconds