Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h564 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols() function
H A DMCExpr.h405 bool hasSubsectionsViaSymbols() const { in hasSubsectionsViaSymbols() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp205 encodeSubclassData(Kind, MAI->hasSubsectionsViaSymbols())), in MCSymbolRefExpr()
800 bool IsMachO = SRE->hasSubsectionsViaSymbols(); in evaluateAsRelocatableImpl()
H A DMCAsmStreamer.cpp666 if (MAI->hasSubsectionsViaSymbols()) { in emitThumbFunc()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp442 if (A->hasSubsectionsViaSymbols() && Asm.isThumbFunc(&A->getSymbol()) && in adjustFixupValue()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp920 if (MAI->hasSubsectionsViaSymbols()) { in emitFunctionHeader()
1765 if (!HasAnyRealCode && (MAI->hasSubsectionsViaSymbols() || in emitFunctionBody()
3525 else if (MAI->hasSubsectionsViaSymbols()) { in emitGlobalConstant()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1051 if (MAI.hasSubsectionsViaSymbols()) { in Run()
H A DMasmParser.cpp1422 if (MAI.hasSubsectionsViaSymbols()) { in Run()