Searched refs:ParseMetadataAttachment (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.h | 272 bool ParseMetadataAttachment();
|
D | BitcodeReader.cpp | 2006 bool BitcodeReader::ParseMetadataAttachment() { in ParseMetadataAttachment() function in BitcodeReader 2091 if (ParseMetadataAttachment()) return true; in ParseFunctionBody()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 424 bool ParseMetadataAttachment(unsigned &Kind, MDNode *&MD);
|
D | LLParser.cpp | 417 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/ |
D | LLParser.h | 513 bool ParseMetadataAttachment(unsigned &Kind, MDNode *&MD);
|
D | LLParser.cpp | 482 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()
|