Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h725 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1752 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in emitIdent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2334 if (!MAI->hasIdentDirective()) in emitModuleIdents()