Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h302 bool HasWeakDefDirective; variable
521 bool hasWeakDefDirective() const { return HasWeakDefDirective; } in hasWeakDefDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h306 bool HasWeakDefDirective = false; variable
546 bool hasWeakDefDirective() const { return HasWeakDefDirective; } in hasWeakDefDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp74 HasWeakDefDirective = true; in MCAsmInfoDarwin()
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp73 HasWeakDefDirective = true; in MCAsmInfoDarwin()
DMCAsmInfo.cpp81 HasWeakDefDirective = false; in MCAsmInfo()