HomeSort by relevance Sort by last modified time
    Searched refs:TLOF (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
60 unsigned PerEncoding = TLOF.getPersonalityEncoding();
72 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym);
76 if (AtLeastOne && !TLOF.isFunctionEHFrameSymbolPrivate()) {
81 const_cast<TargetLoweringObjectFile&>(TLOF).getEHFrameSection());
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
103 unsigned PerEncoding = TLOF.getPersonalityEncoding();
109 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
Win64Exception.cpp 63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
64 unsigned PerEncoding = TLOF.getPersonalityEncoding();
70 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
105 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
AsmPrinterDwarf.cpp 123 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
126 TLOF.getExprForDwarfReference(Sym, Encoding, OutStreamer);
131 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
134 TLOF.getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 134 /// NOTE: The constructor takes ownership of TLOF.
136 const TargetLoweringObjectFile *TLOF);
141 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 515 /// NOTE: The constructor takes ownership of TLOF.
517 const TargetLoweringObjectFile *tlof)
518 : TM(tm), TD(TM.getTargetData()), TLOF(*tlof) {
623 delete &TLOF;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 606 milliseconds