HomeSort by relevance Sort by last modified time
    Searched defs:getObjFileLowering (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 123 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 131 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
132 return TM.getTargetLowering()->getObjFileLowering();
162 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
304 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
315 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
328 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
339 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
383 = getObjFileLowering().getTLSExtraDataSection();
429 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
    [all...]

Completed in 54 milliseconds