Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h514 bool hasSetDirective() const { return HasSetDirective; } in hasSetDirective() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp880 if (MAI->hasSetDirective()) { in doFinalization()
1082 MAI->hasSetDirective()) { in EmitJumpTableInfo()
1154 if (MAI->hasSetDirective()) { in EmitJumpTableEntry()
1325 if (!MAI->hasSetDirective()) { in EmitLabelDifference()
1356 if (!MAI->hasSetDirective()) in EmitLabelOffsetDifference()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86MCInstLower.cpp174 if (MO.isJTI() && MAI.hasSetDirective()) { in LowerSymbolOperand()