Home
last modified time | relevance | path

Searched refs:IsSectionRelative (Results 1 – 13 of 13) 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h518 unsigned Size, bool IsSectionRelative = false) const;
523 bool IsSectionRelative = false) const {
524 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h577 unsigned Size, bool IsSectionRelative = false) const;
582 bool IsSectionRelative = false) const {
583 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-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp495 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local
496 AP->emitLabelReference(Label, SizeOf(AP, Form), IsSectionRelative); in emitValue()
DAsmPrinter.cpp2292 bool IsSectionRelative) const { in emitLabelPlusOffset()
2293 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp167 bool IsSectionRelative) { in EmitSymbolValue() argument
168 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue()
171 if (!IsSectionRelative) in EmitSymbolValue()
/external/llvm-project/llvm/lib/MC/
DMCStreamer.cpp180 bool IsSectionRelative) { in emitSymbolValue() argument
181 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue()
184 if (!IsSectionRelative) in emitSymbolValue()
/external/llvm/include/llvm/MC/
DMCStreamer.h570 bool IsSectionRelative = false);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h681 bool IsSectionRelative = false);
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h729 bool IsSectionRelative = false);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1700 bool IsSectionRelative) const { in EmitLabelPlusOffset()
1701 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2174 bool IsSectionRelative) const { in EmitLabelPlusOffset()
2175 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()