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 81 /// SectionForGlobal - This method computes the appropriate section to emit
84 const MCSection *SectionForGlobal(const GlobalValue *GV,
88 /// SectionForGlobal - This method computes the appropriate section to emit
91 const MCSection *SectionForGlobal(const GlobalValue *GV,
94 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 305 milliseconds