Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h477 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp915 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1552 if (!MAI->hasIdentDirective()) in EmitModuleIdents()