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

/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h83 const MCSection *SectionForGlobal(const GlobalValue *GV,
90 const MCSection *SectionForGlobal(const GlobalValue *GV, function in class:llvm::TargetLoweringObjectFile
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp256 /// SectionForGlobal - This method computes the appropriate section to emit
260 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler &Mang, function in class:TargetLoweringObjectFile

Completed in 70 milliseconds