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

  /external/llvm/include/llvm/IR/
GlobalObject.h 48 bool hasComdat() const { return getComdat() != nullptr; }
GlobalValue.h 114 bool hasComdat() const { return getComdat() != nullptr; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 258 if ((GV->isWeakForLinker() || EmitUniquedSection || GV->hasComdat()) &&
267 if (GV->isWeakForLinker() || GV->hasComdat()) {
814 if ((GV->isWeakForLinker() || GV->hasComdat()) && !Kind.isCommon()) {
865 if ((GV->isWeakForLinker() || EmitUniquedSection || GV->hasComdat()) &&
875 if (GV->hasComdat())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 658 GV.hasComdat()) {
664 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
690 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 406 Assert1(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 332 milliseconds