Searched defs:SectionForGlobal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h79 /// 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, function in class:llvm::TargetLoweringObjectFile
92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp241 /// SectionForGlobal - This method computes the appropriate section to emit
245 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, function in class:TargetLoweringObjectFile

Completed in 55 milliseconds