Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h368 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h398 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
DMCExpr.h312 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
DMCExpr.h340 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
/external/llvm/lib/MC/
DMCExpr.cpp161 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
625 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
DMCAsmStreamer.cpp466 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCExpr.cpp174 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
688 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
DMCAsmStreamer.cpp549 if (MAI->hasSubsectionsViaSymbols()) { in EmitThumbFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp667 if (MAI->hasSubsectionsViaSymbols()) { in EmitFunctionHeader()
1150 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in EmitFunctionBody()
2630 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp725 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode) || RequiresNoop) { in EmitFunctionBody()
1797 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp375 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp373 } else if (_MAI.hasSubsectionsViaSymbols()) { in AsmParser()
491 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) { in Run()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp352 if (MAI.hasSubsectionsViaSymbols()) in EmitThumbFunc()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp922 if ((MAI->hasSubsectionsViaSymbols() && !HasAnyRealCode)) { in EmitFunctionBody()
2329 else if (MAI->hasSubsectionsViaSymbols()) { in EmitGlobalConstant()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp763 if (MAI.hasSubsectionsViaSymbols()) { in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp924 if (MAI.hasSubsectionsViaSymbols()) { in Run()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4522 bool isMachO = MAI.hasSubsectionsViaSymbols(); in parseDirectiveThumbFunc()