Home
last modified time | relevance | path

Searched refs:ParseMetadataAttachment (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h513 bool ParseMetadataAttachment(unsigned &Kind, MDNode *&MD);
DLLParser.cpp482 if (ParseMetadataAttachment(MDK, N)) in ParseDeclare()
1937 bool LLParser::ParseMetadataAttachment(unsigned &Kind, MDNode *&MD) { in ParseMetadataAttachment() function in LLParser
1956 if (ParseMetadataAttachment(MDK, N)) in ParseInstructionMetadata()
1973 if (ParseMetadataAttachment(MDK, N)) in ParseGlobalObjectMetadataAttachment()