Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp455 std::error_code parseMetadataAttachment(Function &F);
4279 std::error_code BitcodeReader::parseMetadataAttachment(Function &F) { in parseMetadataAttachment() function in BitcodeReader
4420 if (std::error_code EC = parseMetadataAttachment(*F)) in parseFunctionBody()