Searched refs:parseMetadata (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/LTO/
H A DLTOModule.h168 void parseMetadata();
/external/llvm/lib/LTO/
H A DLTOModule.cpp240 Ret->parseMetadata();
632 /// parseMetadata - Parse metadata from the module
633 void LTOModule::parseMetadata() { function in class:LTOModule
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp399 std::error_code parseMetadata(bool ModuleLevel = false);
1868 std::error_code BitcodeReader::parseMetadata(bool ModuleLevel) { function in class:__anon11739::BitcodeReader
3057 if (std::error_code EC = parseMetadata(true))
3289 if (std::error_code EC = parseMetadata(true))
3685 // checking in parseMetadata for module-level metadata.
3994 if (std::error_code EC = parseMetadata())

Completed in 153 milliseconds