Home
last modified time | relevance | path

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

/external/libbrillo/brillo/imageloader/
Dmanifest.cc43 bool ParseMetadata(const base::Value* metadata_element, in ParseMetadata() function
150 if (!ParseMetadata(metadata, &(metadata_))) { in ParseManifest()
/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/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h508 bool ParseMetadata(Metadata *&MD, PerFunctionState *PFS);
DLLParser.cpp4045 if (ParseMetadata(MD, nullptr)) in ParseMDField()
4814 if (ParseMetadata(MD, &PFS)) in ParseMetadataAsValue()
4850 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() function in LLParser
6851 if (ParseMetadata(MD, nullptr)) in ParseMDNodeVector()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc267 bool ParseMetadata(OpMetadata* metadata);
2855 if (!ParseMetadata(&result)) { in ParseAttributeHelper()
3719 bool HloParser::ParseMetadata(OpMetadata* metadata) { in ParseMetadata() function in xla::__anon8590f6b60111::HloParser