Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCAsmInfoDarwin.cpp72 HasWeakDefDirective = true; in MCAsmInfoDarwin()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h418 bool HasWeakDefDirective = false; variable
757 bool hasWeakDefDirective() const { return HasWeakDefDirective; } in hasWeakDefDirective()