Home
last modified time | relevance | path

Searched refs:hasSetDirective (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h519 bool hasSetDirective() const { return HasSetDirective; } in hasSetDirective() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp921 if (MAI->hasSetDirective()) { in doFinalization()
1124 MAI->hasSetDirective()) { in EmitJumpTableInfo()
1205 if (MAI->hasSetDirective()) { in EmitJumpTableEntry()
1371 if (!MAI->hasSetDirective()) { in EmitLabelDifference()
1402 if (!MAI->hasSetDirective()) in EmitLabelOffsetDifference()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp175 if (MO.isJTI() && MAI.hasSetDirective()) { in LowerSymbolOperand()