Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h469 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp915 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1454 if (!MAI->hasIdentDirective()) in EmitModuleIdents()