HomeSort by: relevance | last modified time | path
    Searched refs:ComdatKey (Results 1 - 3 of 3) 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) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2287 S.ComdatKey =
2311 if (GlobalValue *GV = S.ComdatKey) {

Completed in 25 milliseconds