| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 122 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 123 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function 124 Comdat *getComdat() { return ObjComdat; } in getComdat() function
|
| H A D | GlobalValue.h | 222 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() 223 const Comdat *getComdat() const; 224 Comdat *getComdat() { in getComdat() function 226 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() 406 const Comdat *SC = GV.getComdat(); in addLazyFor() 424 Comdat *C = GV.getComdat(); in dropReplacedComdat() 503 if (const Comdat *SC = GV.getComdat()) in run() 508 if (const Comdat *SC = SF.getComdat()) in run() 513 if (const Comdat *SC = GA.getComdat()) in run() 532 const Comdat *SC = GV->getComdat(); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 208 Comdat *C = F->getComdat(); in filterDeadComdatFunctions() 232 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions() 238 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions() 244 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions() 259 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
|
| H A D | FunctionImportUtils.cpp | 270 if (const auto *C = GV.getComdat()) in processGlobalForThinLTO() 316 if (auto *C = GO.getComdat()) { in processGlobalsForThinLTO()
|
| H A D | SplitModule.cpp | 118 if (const Comdat *C = GV.getComdat()) { in findPartitions() 233 if (const Comdat *C = GV->getComdat()) in isInPartition()
|
| H A D | CloneModule.cpp | 22 const Comdat *SC = Src->getComdat(); in copyComdat()
|
| H A D | SymbolRewriter.cpp | 99 if (Comdat *CD = GO->getComdat()) { in rewriteComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalDCE.cpp | 152 if (Comdat *C = GV.getComdat()) { in MarkLive() 305 if (Comdat *C = F.getComdat()) in run() 308 if (Comdat *C = GV.getComdat()) in run() 311 if (Comdat *C = GA.getComdat()) in run()
|
| H A D | ThinLTOBitcodeWriter.cpp | 60 if (const auto *C = ExportGV.getComdat()) in promoteInternals() 76 if (auto *C = GO.getComdat()) { in promoteInternals() 281 if (const auto *C = GV.getComdat()) in splitAndWriteThinLTOBitcode() 302 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode() 339 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
|
| H A D | Internalize.cpp | 115 if (Comdat *C = GV.getComdat()) { in maybeInternalize() 142 Comdat *C = GV.getComdat(); in checkComdatVisibility()
|
| H A D | DeadArgumentElimination.cpp | 170 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 873 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
| H A D | GlobalOpt.cpp | 1292 if (const Comdat *C = GV.getComdat()) in deleteIfDead() 2585 if (const Comdat *C = GV.getComdat()) in optimizeGlobalsInModule() 2589 if (const Comdat *C = F.getComdat()) in optimizeGlobalsInModule() 2593 if (const Comdat *C = GA.getComdat()) in optimizeGlobalsInModule()
|
| H A D | WholeProgramDevirt.cpp | 1161 if (Comdat *C = TheFn->getComdat()) { in trySingleImplDevirt() 1166 if (GO.getComdat() == C) in trySingleImplDevirt() 1730 NewGV->setComdat(B.GV->getComdat()); in rebuildGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 50 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 530 const Comdat *C = GV->getComdat(); in getELFComdat() 892 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 999 GroupName = F.getComdat()->getName().str(); in getSectionForMachineBasicBlock() 1194 const Comdat *C = GV->getComdat(); in checkMachOComdat() 1529 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF() 1538 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF() 1546 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF() 1696 const Comdat *C = F.getComdat(); in getSectionForJumpTable() 1997 const Comdat *C = GV->getComdat(); in getWasmComdat() 2365 assert (!F.getComdat() && "Comdat not supported on XCOFF."); in getSectionForJumpTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Globals.cpp | 172 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue 176 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat() 182 return cast<GlobalObject>(this)->getComdat(); in getComdat()
|
| H A D | Comdat.cpp | 34 return wrap(G->getComdat()); in LLVMGetComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 77 if (auto Comdat = F.getComdat()) return Comdat; in getOrCreateFunctionComdat()
|
| H A D | PGOInstrumentation.cpp | 728 Comdat *C = F.getComdat(); in canRenameComdat() 763 Comdat *OrigComdat = F.getComdat(); in renameComdatFunction() 1596 if (Comdat *C = F.getComdat()) in collectComdatMembers() 1599 if (Comdat *C = GV.getComdat()) in collectComdatMembers() 1602 if (Comdat *C = GA.getComdat()) in collectComdatMembers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 350 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 289 if (const Comdat *C = Base->getComdat()) { in addSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 402 if (auto *C = ParentFunc->getComdat()) in generateLSDAInEAXThunk()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTO.cpp | 689 Comdat *C = GV.getComdat(); in handleNonPrevailingComdat() 794 NonPrevailingComdats.insert(GV->getComdat()); in addRegularLTO()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 196 Comdat *getComdat(const std::string &Name, LocTy Loc);
|