Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h271 bool ParseMetadata();
DBitcodeReader.cpp1032 bool BitcodeReader::ParseMetadata() { in ParseMetadata() function in BitcodeReader
1620 if (ParseMetadata()) in ParseModule()
2094 if (ParseMetadata()) return true; in ParseFunctionBody()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc749 ParseMetadata(); in SetEvents()
878 void TraceAnalyzer::ParseMetadata() { in ParseMetadata() function in trace_analyzer::TraceAnalyzer
Dtrace_event_analyzer.h736 void ParseMetadata();
/external/llvm/lib/AsmParser/
DLLParser.h419 bool ParseMetadata(Metadata *&MD, PerFunctionState *PFS);
DLLParser.cpp3666 if (ParseMetadata(MD, nullptr)) in ParseMDField()
4302 if (ParseMetadata(MD, &PFS)) in ParseMetadataAsValue()
4338 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() function in LLParser
6349 if (ParseMetadata(MD, nullptr)) in ParseMDNodeVector()