HomeSort by relevance Sort by last modified time
    Searched refs:hasFunctionAlignment (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 271 bool HasFunctionAlignment;
513 bool hasFunctionAlignment() const { return HasFunctionAlignment; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 275 bool HasFunctionAlignment = true;
538 bool hasFunctionAlignment() const { return HasFunctionAlignment; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 558 if (MAI->hasFunctionAlignment())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 653 if (MAI->hasFunctionAlignment())
    [all...]

Completed in 569 milliseconds