Home
last modified time | relevance | path

Searched refs:doesSetDirectiveSuppressReloc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h552 bool doesSetDirectiveSuppressReloc() const { in doesSetDirectiveSuppressReloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp1030 if (!MAI->doesSetDirectiveSuppressReloc()) { in emitAbsoluteSymbolDiff()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1867 MAI->doesSetDirectiveSuppressReloc()) { in EmitJumpTableInfo()
1954 if (MAI->doesSetDirectiveSuppressReloc()) { in EmitJumpTableEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp269 assert(MAI.doesSetDirectiveSuppressReloc()); in LowerSymbolOperand()