Home
last modified time | relevance | path

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

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