Home
last modified time | relevance | path

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

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