Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h592 unsigned Size, bool IsSectionRelative = false) const;
597 bool IsSectionRelative = false) const {
598 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp495 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
496 AP->emitLabelReference(Label, SizeOf(AP, Form), IsSectionRelative); in emitValue()
H A DAsmPrinter.cpp2403 bool IsSectionRelative) const { in emitLabelPlusOffset()
2404 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp180 bool IsSectionRelative) { in emitSymbolValue() argument
181 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()
184 if (!IsSectionRelative) in emitSymbolValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h727 bool IsSectionRelative = false);