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

Function error

src/lib/Bitcode/Reader/BitcodeReader.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102} // end anonymous namespace
103
104static Error error(const Twine &Message) {
105 return make_error<StringError>(
106 Message, make_error_code(BitcodeError::CorruptedBitcode));
107}
108
109/// Helper to read the header common to all bitcode files.
110static bool hasValidBitcodeHeader(BitstreamCursor &Stream) {

Callers 15

initStreamFunction · 0.70
readIdentificationBlockFunction · 0.70
readIdentificationCodeFunction · 0.70
hasObjCCategoryInModuleFunction · 0.70
hasObjCCategoryFunction · 0.70
readModuleTripleFunction · 0.70
readTripleFunction · 0.70
errorMethod · 0.70
parseVersionRecordMethod · 0.70
parseAttributeBlockMethod · 0.70
parseAlignmentValueMethod · 0.70

Calls 1

make_error_codeFunction · 0.50

Tested by

no test coverage detected