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

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASectionContrib.h 36 bool hasComdat() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSectionContrib.h 35 virtual bool hasComdat() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h 122 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 222 bool hasComdat() const { return getComdat() != nullptr; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASectionContrib.cpp 87 bool DIASectionContrib::hasComdat() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp 48 if (from->hasComdat()) {
TargetLoweringObjectFileImpl.cpp 866 EmitUniqueSection |= GO->hasComdat();
907 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections()))
997 if (F.hasComdat()) {
1003 F.hasComdat(), UniqueID, nullptr);
1576 if (GO->hasComdat()) {
1619 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) {
1629 if (GO->hasComdat())
2097 EmitUniqueSection |= GO->hasComdat();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 110 InlinedFunctions, [&](Function *F) { return F->hasComdat(); });
Inliner.cpp 603 if (F->hasComdat()) {
FunctionImport.cpp 1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallGraphUpdater.cpp 110 if (DeadFn.hasComdat())
FunctionImportUtils.cpp 294 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) {
ModuleUtils.cpp 269 !GV.hasExternalLinkage() || GV.hasComdat())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 109 !isa<GlobalIFunc>(this) && !hasComdat();
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 455 if (def->hasComdat())
LTO.cpp 793 if (GV->hasComdat())
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1072 if (F.hasComdat())
1130 if (!F.hasComdat()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 450 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) {
3459 if (F.hasComdat()) {
3464 Flags, 0, GroupName, F.hasComdat(),
3470 GroupName, F.hasComdat(), MCSection::NonUniqueID, LinkedToSym);
3558 if (F.hasComdat()) {
3566 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 599 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 754 if (!F.hasComdat()) {
1296 (F.hasComdat() ||
InstrProfiling.cpp 787 if (F->hasLocalLinkage() && F->hasComdat())
SanitizerCoverage.cpp 699 if (Array->hasComdat())
AddressSanitizer.cpp 1915 if (!G->hasExactDefinition() || G->hasComdat())
2123 assert(G->hasComdat());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 970 if (!VTable->hasComdat()) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1348 GV.hasComdat() ||
1357 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
1395 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);

Completed in 48 milliseconds

1 2