/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 100 I->setComdat(nullptr); in runOnModule() 118 F.setComdat(nullptr); in runOnModule()
|
D | ThinLTOBitcodeWriter.cpp | 77 GO.setComdat(Replacement->second); in promoteInternals() 285 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
D | Internalize.cpp | 124 GO->setComdat(nullptr); in maybeInternalize()
|
D | FunctionImport.cpp | 750 F->setComdat(nullptr); in convertToDeclaration() 755 V->setComdat(nullptr); in convertToDeclaration() 832 GO->setComdat(nullptr); in thinLTOResolveWeakForLinkerModule()
|
D | DeadArgumentElimination.cpp | 170 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 864 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 102 I->setComdat(nullptr); in runOnModule() 120 F.setComdat(nullptr); in runOnModule()
|
D | Internalize.cpp | 124 GO->setComdat(nullptr); in maybeInternalize()
|
D | DeadArgumentElimination.cpp | 151 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 817 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 358 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 379 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 412 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 564 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Comdat.cpp | 40 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 733 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 754 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 787 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 943 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook() 971 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 59 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 73 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 76 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 103 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
/external/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 212 GO->setComdat(nullptr); in processGlobalForThinLTO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 211 GV->setComdat(nullptr); in DeleteGlobalInitializer() 220 F->setComdat(nullptr); in DeleteFunctionBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 240 GO->setComdat(nullptr); in processGlobalForThinLTO()
|
D | CloneModule.cpp | 28 Dst->setComdat(DC); in copyComdat()
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 1746 VTable->setComdat(C); in getAddrOfVTable() 1912 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk() 2229 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2338 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2405 GuardVar->setComdat( in EmitGuardedInit() 3496 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3534 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3576 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3637 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 3736 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor() [all …]
|
D | CGVTT.cpp | 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RetpolineThunks.cpp | 203 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|