Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h721 bool doesSetDirectiveSuppressReloc() const { in doesSetDirectiveSuppressReloc() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCStreamer.cpp1136 if (!MAI->doesSetDirectiveSuppressReloc()) { in emitAbsoluteSymbolDiff()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2734 MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableInfo()
2820 MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp313 assert(MAI.doesSetDirectiveSuppressReloc()); in LowerSymbolOperand()