Searched refs:hasIdentDirective (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h458 bool hasIdentDirective() const { return HasIdentDirective; } function in class:llvm::MCAsmInfo
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp910 assert(MAI->hasIdentDirective() && ".ident directive not supported");
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1417 if (!MAI->hasIdentDirective())

Completed in 43 milliseconds