HomeSort by relevance Sort by last modified time
    Searched defs:HasFunctionAlignment (Results 1 - 2 of 2) 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; }

Completed in 60 milliseconds