Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h541 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp1412 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2000 if (!MAI->hasIdentDirective()) in EmitModuleIdents()