Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h752 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1847 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in emitIdent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2740 if (!MAI->hasIdentDirective()) in emitModuleIdents()