Searched refs:doesSetDirectiveSuppressesReloc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h486 bool doesSetDirectiveSuppressesReloc() const { function in class:llvm::MCAsmInfo
/external/llvm/lib/MC/
H A DMCStreamer.cpp663 if (!MAI->doesSetDirectiveSuppressesReloc()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1381 MAI->doesSetDirectiveSuppressesReloc()) {
1462 if (MAI->doesSetDirectiveSuppressesReloc()) {
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp274 assert(MAI.doesSetDirectiveSuppressesReloc());

Completed in 728 milliseconds