Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCAsmInfo.h490 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/NextBSD/contrib/llvm/lib/MC/
HDMCAsmStreamer.cpp960 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1550 if (!MAI->hasIdentDirective()) in EmitModuleIdents()