Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h395 unsigned Size, bool IsSectionRelative = false) const;
400 bool IsSectionRelative = false) const {
401 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/external/llvm/lib/MC/
DMCStreamer.cpp120 bool IsSectionRelative) { in EmitSymbolValue() argument
121 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()
124 if (!IsSectionRelative) in EmitSymbolValue()
/external/llvm/include/llvm/MC/
DMCStreamer.h570 bool IsSectionRelative = false);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1700 bool IsSectionRelative) const { in EmitLabelPlusOffset()
1701 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()