Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:TLOF

476   // TODO: This should become an "emit thread local global" method on TLOF.
479 // TLOF class. This will also make it more obvious that stuff like
1087 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
1093 TLOF.emitModuleFlags(*OutStreamer, ModuleFlags, *Mang, TM);
1101 OutStreamer->SwitchSection(TLOF.getDataSection());
1355 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
1356 bool JTInDiffSection = !TLOF.shouldPutJumpTableInFunctionSection(
1361 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(*F, *Mang, TM);