Searched refs:hasComdat (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h62 bool hasComdat() const { return getComdat() != nullptr; } function in class:llvm::GlobalObject
H A DGlobalValue.h134 bool hasComdat() const { return getComdat() != nullptr; }
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp75 if (Kind.isText() && !GV->hasComdat())
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp319 EmitUniqueSection |= GV->hasComdat();
871 if (GV->hasComdat()) {
917 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) {
926 if (GV->hasComdat())
/freebsd-11.0-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp462 if (def->hasComdat())
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp297 if (Fn->hasComdat())
H A DAddressSanitizer.cpp1201 if (G->hasComdat()) return false;
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp723 GV.hasComdat()) {
729 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
756 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp483 Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV);
500 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV);

Completed in 219 milliseconds