/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 88 GV.setComdat(nullptr); in run() 105 F.setComdat(nullptr); in run()
|
H A D | ThinLTOBitcodeWriter.cpp | 100 GO.setComdat(Replacement->second); in promoteInternals() 354 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
H A D | FunctionImport.cpp | 1022 F->setComdat(nullptr); in convertToDeclaration() 1027 V->setComdat(nullptr); in convertToDeclaration() 1135 GO->setComdat(nullptr); in thinLTOFinalizeInModule() 1154 GO.setComdat(nullptr); in thinLTOFinalizeInModule()
|
H A D | Internalize.cpp | 152 GO->setComdat(nullptr); in maybeInternalize()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceGlobalVarInitializers.cpp | 27 GV.setComdat(nullptr); in extractGVsFromModule()
|
H A D | ReduceGlobalObjects.cpp | 29 GO.setComdat(nullptr); in reduceGOs()
|
H A D | ReduceFunctionBodies.cpp | 30 F.setComdat(nullptr); in extractFunctionBodiesFromModule()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ReturnProtectorPass.cpp | 45 cookie->setComdat(M->getOrInsertComdat(cookiename)); in runOnFunction()
|
H A D | LowerEmuTLS.cpp | 48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
H A D | JMCInstrumenter.cpp | 208 DefaultCheckFunc->setComdat(C); in runOnModule()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 327 GO->setComdat(nullptr); in processGlobalForThinLTO() 346 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
H A D | CloneModule.cpp | 30 Dst->setComdat(DC); in copyComdat()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Comdat.cpp | 45 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
H A D | Globals.cpp | 100 GlobalObject::~GlobalObject() { setComdat(nullptr); } in ~GlobalObject() 188 void GlobalObject::setComdat(Comdat *C) { in setComdat() function in GlobalObject
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 87 F.setComdat(C); in getOrCreateFunctionComdat()
|
H A D | SanitizerBinaryMetadata.cpp | 225 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run() 226 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
|
H A D | HWAddressSanitizer.cpp | 459 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat() 516 Note->setComdat(NoteComdat); in createHwasanCtorComdat() 540 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat() 1558 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal() 1659 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 62 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 124 void setComdat(Comdat *C);
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 210 GV->setComdat(nullptr); in DeleteGlobalInitializer() 219 F->setComdat(nullptr); in DeleteFunctionBody()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1917 VTable->setComdat(C); in getAddrOfVTable() 2403 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2601 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2668 GuardVar->setComdat( in EmitGuardedInit() 3782 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3820 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3862 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3923 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 4063 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor() 4264 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType() [all …]
|
H A D | CGVTT.cpp | 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 131 GO->setComdat(nullptr); in discard()
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 253 WasmSym->setComdat(true); in parseDirectiveType()
|