Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h721 bool doesSetDirectiveSuppressReloc() const { in doesSetDirectiveSuppressReloc() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1136 if (!MAI->doesSetDirectiveSuppressReloc()) { in emitAbsoluteSymbolDiff()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2734 MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableInfo()
2820 MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp313 assert(MAI.doesSetDirectiveSuppressReloc()); in LowerSymbolOperand()