Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h310 bool HasWeakDefDirective = false; variable
574 bool hasWeakDefDirective() const { return HasWeakDefDirective; } in hasWeakDefDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp73 HasWeakDefDirective = true; in MCAsmInfoDarwin()