Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h737 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1784 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in emitIdent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2359 if (!MAI->hasIdentDirective()) in emitModuleIdents()