MCPcopy Create free account
hub / github.com/GANGE666/xVMP / error

Function error

src/lib/Bitcode/Reader/MetadataLoader.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404} // anonynous namespace
405
406static Error error(const Twine &Message) {
407 return make_error<StringError>(
408 Message, make_error_code(BitcodeError::CorruptedBitcode));
409}
410
411class MetadataLoader::MetadataLoaderImpl {
412 BitcodeReaderMetadataList MetadataList;

Callers 9

upgradeDIExpressionMethod · 0.70
parseMetadataMethod · 0.70
parseOneMetadataMethod · 0.70
parseMetadataStringsMethod · 0.70
parseMetadataKindsMethod · 0.70

Calls 1

make_error_codeFunction · 0.50

Tested by

no test coverage detected