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 74 /// getKindForGlobal - Classify the specified global variable into a set of
76 static SectionKind getKindForGlobal(const GlobalValue *GV,
92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 60 // up in getKindForGlobal(GV, TM).
61 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 50 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/Transforms/Scalar/
GlobalMerge.cpp 196 if (TargetLoweringObjectFile::getKindForGlobal(I, TLI->getTargetMachine())
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 112 /// getKindForGlobal - This is a top-level target-independent classifier for
117 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 288 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
    [all...]

Completed in 70 milliseconds