Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h272 bool ParseMetadataAttachment();
DBitcodeReader.cpp2006 bool BitcodeReader::ParseMetadataAttachment() { in ParseMetadataAttachment() function in BitcodeReader
2091 if (ParseMetadataAttachment()) return true; in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.h424 bool ParseMetadataAttachment(unsigned &Kind, MDNode *&MD);
DLLParser.cpp417 if (ParseMetadataAttachment(MDK, N)) in ParseDeclare()
1721 bool LLParser::ParseMetadataAttachment(unsigned &Kind, MDNode *&MD) { in ParseMetadataAttachment() function in LLParser
1740 if (ParseMetadataAttachment(MDK, N)) in ParseInstructionMetadata()
1757 if (ParseMetadataAttachment(MDK, N)) in ParseGlobalObjectMetadataAttachment()