HomeSort by relevance Sort by last modified time
    Searched defs:SectionForGlobal (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 79 /// SectionForGlobal - This method computes the appropriate section to emit
82 const MCSection *SectionForGlobal(const GlobalValue *GV,
86 /// SectionForGlobal - This method computes the appropriate section to emit
89 const MCSection *SectionForGlobal(const GlobalValue *GV,
92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 241 /// SectionForGlobal - This method computes the appropriate section to emit
245 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang,

Completed in 134 milliseconds