HomeSort by: relevance | last modified time | path
    Searched refs:emitLabelPlusOffset (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 85 AP.emitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/);
AsmPrinterDwarf.cpp 193 emitLabelPlusOffset(Label, Offset, getDwarfOffsetByteSize());
DIE.cpp 668 AP->emitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true);
AsmPrinter.cpp 2398 /// EmitLabelPlusOffset - Emit something like ".long Label+Offset"
2401 void AsmPrinter::emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 591 void emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
598 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);

Completed in 21 milliseconds