Home
last modified time | relevance | path

Searched refs:parseAlignmentValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp356 std::error_code parseAlignmentValue(uint64_t Exponent, unsigned &Alignment);
1146 std::error_code BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue() function in BitcodeReader
2873 if (std::error_code EC = parseAlignmentValue(Record[4], Alignment)) in ParseModule()
2955 if (std::error_code EC = parseAlignmentValue(Record[5], Alignment)) in ParseModule()
3985 parseAlignmentValue(AlignRecord & ~InAllocaMask, Align)) { in ParseFunctionBody()
4008 if (std::error_code EC = parseAlignmentValue(Record[OpNum], Align)) in ParseFunctionBody()
4040 if (std::error_code EC = parseAlignmentValue(Record[OpNum], Align)) in ParseFunctionBody()
4060 if (std::error_code EC = parseAlignmentValue(Record[OpNum], Align)) in ParseFunctionBody()
4085 if (std::error_code EC = parseAlignmentValue(Record[OpNum], Align)) in ParseFunctionBody()