|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Target/TargetLoweringObjectFile.h 101 MCSection *SectionForGlobal(const GlobalObject *GO, SectionKind Kind,
References
include/llvm/Target/TargetLoweringObjectFile.h 109 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 526 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM);
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 1209 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM);
lib/Target/PowerPC/PPCAsmPrinter.cpp 1756 getObjFileLowering().SectionForGlobal(GV, GVKind, TM));