Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h633 unsigned Size, bool IsSectionRelative = false) const;
638 bool IsSectionRelative = false) const {
639 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp489 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
491 IsSectionRelative); in emitValue()
H A DAsmPrinter.cpp2658 bool IsSectionRelative) const { in emitLabelPlusOffset()
2659 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp183 bool IsSectionRelative) { in emitSymbolValue() argument
184 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()
187 if (!IsSectionRelative) in emitSymbolValue()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h763 bool IsSectionRelative = false);