HomeSort by relevance Sort by last modified time
    Searched refs:hasComdat (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/IR/
GlobalObject.h 62 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 134 bool hasComdat() const { return getComdat() != nullptr; }
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 75 if (Kind.isText() && !GV->hasComdat())
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 47 if (from->hasComdat()) {
TargetLoweringObjectFileImpl.cpp 319 EmitUniqueSection |= GV->hasComdat();
871 if (GV->hasComdat()) {
917 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) {
926 if (GV->hasComdat())
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 462 if (def->hasComdat())
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 311 if (Fn->hasComdat())
AddressSanitizer.cpp     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 690 assert(GV->hasComdat());
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 723 GV.hasComdat()) {
729 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
756 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 469 Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV);
486 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV);
    [all...]

Completed in 1436 milliseconds