Home
last modified time | relevance | path

Searched refs:HasFourStringsDotFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp25 HasFourStringsDotFile = true; in MCAsmInfoXCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h398 bool HasFourStringsDotFile = false; variable
744 bool hasFourStringsDotFile() const { return HasFourStringsDotFile; } in hasFourStringsDotFile()