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

  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 76 /// getKindForGlobal - Classify the specified global variable into a set of
78 static SectionKind getKindForGlobal(const GlobalValue *GV,
94 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 69 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /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/Transforms/Scalar/
GlobalMerge.cpp 270 if (TargetLoweringObjectFile::getKindForGlobal(I, TLI->getTargetMachine())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 285 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
    [all...]

Completed in 101 milliseconds