Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h702 bool doesSetDirectiveSuppressReloc() const { in doesSetDirectiveSuppressReloc() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp1106 if (!MAI->doesSetDirectiveSuppressReloc()) { in emitAbsoluteSymbolDiff()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2113 MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableInfo()
2196 if (MAI->doesSetDirectiveSuppressReloc()) { in emitJumpTableEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp296 assert(MAI.doesSetDirectiveSuppressReloc()); in LowerSymbolOperand()