HomeSort by: relevance | last modified time | path
    Searched refs:HasType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 237 bool HasType = false;
276 HasType = true;
409 if (HasType)
417 if (HasType)
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1670 bool HasType = Record[i] == 6;
1675 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1677 B.addStructRetAttr(HasType ? getTypeByID(Record[++i]) : nullptr);
1683 B.addInAllocaAttr(HasType ? getTypeByID(Record[++i]) : nullptr);

Completed in 72 milliseconds