Home
last modified time | relevance | path

Searched refs:IsSectionRelative (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h392 unsigned Size, bool IsSectionRelative = false) const;
397 bool IsSectionRelative = false) const {
398 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/external/llvm/lib/MC/
DMCStreamer.cpp115 bool IsSectionRelative) { in EmitSymbolValue() argument
116 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()
119 if (!IsSectionRelative) in EmitSymbolValue()
/external/llvm/include/llvm/MC/
DMCStreamer.h548 bool IsSectionRelative = false);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1665 bool IsSectionRelative) const { in EmitLabelPlusOffset()
1666 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()