HomeSort by relevance Sort by last modified time
    Searched refs:hasWeakDefCanBeHiddenDirective (Results 1 - 4 of 4) 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;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 294 if (!MAI.hasWeakDefCanBeHiddenDirective())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 375 if (!MAI.hasWeakDefCanBeHiddenDirective())
    [all...]

Completed in 300 milliseconds