Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h516 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h541 bool hasIdentDirective() const { return HasIdentDirective; } in hasIdentDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1171 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp1390 assert(MAI->hasIdentDirective() && ".ident directive not supported"); in EmitIdent()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1651 if (!MAI->hasIdentDirective()) in EmitModuleIdents()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1947 if (!MAI->hasIdentDirective()) in EmitModuleIdents()