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

  /external/llvm/include/llvm/
Attributes.h 113 inline Attributes constructAlignmentFromInt(unsigned i) {
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 841 llvm::Attribute::constructAlignmentFromInt(AI.getIndirectAlign());
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 940 Attrs |= Attribute::constructAlignmentFromInt(Alignment);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 478 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 453 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment);
    [all...]

Completed in 238 milliseconds