HomeSort by: relevance | last modified time | path
    Searched refs:setComdat (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceFunctionBodies.cpp 32 F.setComdat(nullptr);
ReduceGlobalVarInitializers.cpp 30 GV.setComdat(nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ExtractGV.cpp 101 GV.setComdat(nullptr);
119 F.setComdat(nullptr);
Internalize.cpp 121 GO->setComdat(nullptr);
ThinLTOBitcodeWriter.cpp 79 GO.setComdat(Replacement->second);
325 F.setComdat(nullptr);
FunctionImport.cpp 1014 F->setComdat(nullptr);
1019 V->setComdat(nullptr);
1103 GO->setComdat(nullptr);
DeadArgumentElimination.cpp 170 NF->setComdat(Fn.getComdat());
873 NF->setComdat(F->getComdat());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Comdat.cpp 39 G->setComdat(unwrap(C));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
IndirectThunks.h 57 F->setComdat(M.getOrInsertComdat(Name));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h 125 void setComdat(Comdat *C) { ObjComdat = C; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 87 F.setComdat(C);
HWAddressSanitizer.cpp 389 Ctor->setComdat(CtorComdat);
448 Note->setComdat(NoteComdat);
473 Dummy->setComdat(NoteComdat);
1416 Descriptor->setComdat(NewGV->getComdat());
1513 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName));
MemProfiler.cpp 507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 300 GO->setComdat(nullptr);
319 GO.setComdat(Replacement->second);
CloneModule.cpp 27 Dst->setComdat(DC);
SymbolRewriter.cpp 104 GO->setComdat(C);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 77 void setComdat(bool isComdat) { IsComdat = isComdat; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp 49 to->setComdat(M.getOrInsertComdat(to->getName()));
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp 210 GV->setComdat(nullptr);
219 F->setComdat(nullptr);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTT.cpp 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName()));
MicrosoftCXXABI.cpp 1905 VTable->setComdat(C);
2052 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName()));
2383 AddToXDU(F)->setComdat(C);
2495 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName()));
2562 GuardVar->setComdat(
3676 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName()));
3714 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName()));
3756 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName()));
3817 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName()));
3919 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName()))
    [all...]
CGObjCGNU.cpp 215 GV->setComdat(TheModule.getOrInsertComdat(name));
1105 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName));
1327 GV->setComdat(TheModule.getOrInsertComdat(RefName));
1420 GV->setComdat(TheModule.getOrInsertComdat(SymName));
1452 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName));
1479 GV->setComdat(TheModule.getOrInsertComdat(SelVarName));
1509 Sym->setComdat(TheModule.getOrInsertComdat((Prefix +
1537 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function"));
1555 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init"));
1585 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor"))
    [all...]
CGVTables.cpp 56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName()));
663 proxy->setComdat(module.getOrInsertComdat(rttiProxyName));
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 240 WasmSym->setComdat(true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 350 NewFunc->setComdat(F.getComdat());

Completed in 37 milliseconds

1 2