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 83 const MCSection *SectionForGlobal(const GlobalValue *GV,
90 const MCSection *SectionForGlobal(const GlobalValue *GV,
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 256 /// SectionForGlobal - This method computes the appropriate section to emit
260 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang,

Completed in 1107 milliseconds