HomeSort by relevance Sort by last modified time
    Searched defs:HasWeakDefCanBeHiddenDirective (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 306 bool HasWeakDefCanBeHiddenDirective;
522 bool hasWeakDefCanBeHiddenDirective() const {
523 return HasWeakDefCanBeHiddenDirective;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 310 bool HasWeakDefCanBeHiddenDirective = false;
548 bool hasWeakDefCanBeHiddenDirective() const {
549 return HasWeakDefCanBeHiddenDirective;

Completed in 491 milliseconds