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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 592 unsigned Size, bool IsSectionRelative = false) const;
597 bool IsSectionRelative = false) const {
598 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 180 bool IsSectionRelative) {
181 assert((!IsSectionRelative || Size == 4) &&
184 if (!IsSectionRelative)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 495 bool IsSectionRelative = Form != dwarf::DW_FORM_addr;
496 AP->emitLabelReference(Label, SizeOf(AP, Form), IsSectionRelative);
AsmPrinter.cpp 2403 bool IsSectionRelative) const {
2404 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 727 bool IsSectionRelative = false);

Completed in 38 milliseconds