Home
last modified time | relevance | path

Searched refs:ComdatKey (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h414 GlobalValue *ComdatKey = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1547 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local
1548 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()
1549 ComdatKey = GA->getBaseObject(); in getSelectionForCOFF()
1550 if (ComdatKey == GV) { in getSelectionForCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2287 S.ComdatKey = in preprocessXXStructorList()
2311 if (GlobalValue *GV = S.ComdatKey) { in emitXXStructorList()