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

  /external/llvm/include/llvm/Target/
TargetMachine.h 128 virtual TargetLoweringObjectFile *getObjFileLowering() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 134 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
135 return *TM.getObjFileLowering();
179 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
416 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
427 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
445 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
458 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
488 TheSection = getObjFileLowering().getTLSBSSSection();
503 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection();
551 getObjFileLowering().SectionForGlobal(F, *Mang, TM))
    [all...]

Completed in 70 milliseconds