Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp72 HasWeakDefDirective = true; in MCAsmInfoDarwin()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h411 bool HasWeakDefDirective = false; variable
730 bool hasWeakDefDirective() const { return HasWeakDefDirective; } in hasWeakDefDirective()