Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h751 bool hasFourStringsDotFile() const { return HasFourStringsDotFile; } in hasFourStringsDotFile() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1522 assert(MAI->hasFourStringsDotFile()); in emitFileDirective()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp464 if (MAI->hasFourStringsDotFile()) { in doInitialization()