Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h744 bool hasFourStringsDotFile() const { return HasFourStringsDotFile; } in hasFourStringsDotFile() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1605 assert(MAI->hasFourStringsDotFile()); in emitFileDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp486 if (MAI->hasFourStringsDotFile()) { in doInitialization()