Home
last modified time | relevance | path

Searched refs:hasSubsectionsViaSymbols (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h425 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
DMCExpr.h348 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp180 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
719 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
DMCAsmStreamer.cpp593 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp692 if (MAI->hasSubsectionsViaSymbols()) { in EmitFunctionHeader()
1182 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in EmitFunctionBody()
2802 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp427 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp962 if (MAI.hasSubsectionsViaSymbols()) { in Run()