Searched refs:IsSectionRelative (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 395 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/ |
D | AsmPrinter.h | 518 unsigned Size, bool IsSectionRelative = false) const; 523 bool IsSectionRelative = false) const { 524 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 577 unsigned Size, bool IsSectionRelative = false) const; 582 bool IsSectionRelative = false) const { 583 emitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 120 bool IsSectionRelative) { in EmitSymbolValue() argument 121 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue() 124 if (!IsSectionRelative) in EmitSymbolValue()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 495 bool IsSectionRelative = Form != dwarf::DW_FORM_addr; in emitValue() local 496 AP->emitLabelReference(Label, SizeOf(AP, Form), IsSectionRelative); in emitValue()
|
D | AsmPrinter.cpp | 2292 bool IsSectionRelative) const { in emitLabelPlusOffset() 2293 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in emitLabelPlusOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 167 bool IsSectionRelative) { in EmitSymbolValue() argument 168 assert((!IsSectionRelative || Size == 4) && in EmitSymbolValue() 171 if (!IsSectionRelative) in EmitSymbolValue()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCStreamer.cpp | 180 bool IsSectionRelative) { in emitSymbolValue() argument 181 assert((!IsSectionRelative || Size == 4) && in emitSymbolValue() 184 if (!IsSectionRelative) in emitSymbolValue()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 570 bool IsSectionRelative = false);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 681 bool IsSectionRelative = false);
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 729 bool IsSectionRelative = false);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1700 bool IsSectionRelative) const { in EmitLabelPlusOffset() 1701 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2174 bool IsSectionRelative) const { in EmitLabelPlusOffset() 2175 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()
|