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

  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 77 static SectionKind getKindForGlobal(const GlobalValue *GV,
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 66 // up in getKindForGlobal(GV, TM).
67 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/lib/Target/
TargetMachine.cpp 184 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, *this);
TargetLoweringObjectFile.cpp 127 /// getKindForGlobal - This is a top-level target-independent classifier for
132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 322 if (TargetLoweringObjectFile::getKindForGlobal(I, *TM).isBSSLocal())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 362 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
    [all...]

Completed in 1231 milliseconds