Searched refs:setComdat (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp99 I->setComdat(nullptr);
117 I->setComdat(nullptr);
H A DInternalize.cpp143 GO->setComdat(nullptr);
/external/llvm/include/llvm/IR/
H A DGlobalObject.h65 void setComdat(Comdat *C) { ObjComdat = C; } function in class:llvm::GlobalObject
/external/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp48 to->setComdat(M.getOrInsertComdat(to->getName()));
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp315 NamePtr->setComdat(ProfileVarsComdat);
329 CounterPtr->setComdat(ProfileVarsComdat);
359 Data->setComdat(ProfileVarsComdat);
/external/clang/lib/CodeGen/
H A DCGVTT.cpp98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName()));
H A DMicrosoftCXXABI.cpp1745 VTable->setComdat(C);
1907 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName()));
2221 AddToXDU(F)->setComdat(C);
2330 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName()));
2397 GuardVar->setComdat(
3488 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName()));
3526 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName()));
3568 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName()));
3629 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName()));
3722 Var->setComdat(CG
[all...]
H A DItaniumCXXABI.cpp1477 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName()));
1972 guard->setComdat(C);
1973 CGF.CurFn->setComdat(C);
1975 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName()));
3015 GV->setComdat(M.getOrInsertComdat(GV->getName()));
3487 Fn->setComdat(C);
3802 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName()));
H A DCGException.cpp1667 Fn->setComdat(C);
1670 ParentFn->setComdat(C);
1671 Fn->setComdat(C);
H A DCGDeclCXX.cpp300 PtrArray->setComdat(C);
H A DCodeGenModule.cpp1428 GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
2106 GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
2236 GO.setComdat(TheModule.getOrInsertComdat(GO.getName()));
3164 GV->setComdat(M.getOrInsertComdat(GV->getName()));
3342 GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
H A DCGDecl.cpp217 GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
316 GV->setComdat(OldGV->getComdat());
H A DCGVTables.cpp70 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName()));
/external/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp89 GO->setComdat(C);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1722 GO->setComdat(nullptr);
1724 GO->setComdat(TheModule->getOrInsertComdat(V->getName()));
3518 NewGV->setComdat(ComdatList[ComdatID - 1]);
3521 NewGV->setComdat(reinterpret_cast<Comdat *>(1));
3586 Func->setComdat(ComdatList[ComdatID - 1]);
3589 Func->setComdat(reinterpret_cast<Comdat *>(1));
/external/llvm/lib/Linker/
H A DIRMover.cpp1071 GO->setComdat(DC);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp880 GV->setComdat(C);
4522 Fn->setComdat(C);

Completed in 806 milliseconds