Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h681 bool IsSectionRelative = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2174 bool IsSectionRelative) const { in EmitLabelPlusOffset()
2175 if (MAI->needsDwarfSectionOffsetDirective() && IsSectionRelative) { in EmitLabelPlusOffset()