Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GANGE666/xVMP
/ ReadCode
Method
ReadCode
src/include/llvm/Bitcode/BitstreamReader.h:413–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
unsigned ReadCode() {
414
return Read(CurCodeSize);
415
}
416
417
// Block header:
418
// [ENTER_SUBBLOCK, blockid, newcodelen, <align4bytes>, blocklen]
Callers
15
readDiagnostics
Method · 0.80
skipUntilRecordOrBlock
Method · 0.80
ReadDeclRecord
Method · 0.80
loadDeclUpdateRecords
Method · 0.80
loadPendingDeclChain
Method · 0.80
ReadLexicalDeclContextStorage
Method · 0.80
ReadVisibleDeclContextStorage
Method · 0.80
ReadSLocEntry
Method · 0.80
ReadBlockAbbrevs
Method · 0.80
readInputFileInfo
Method · 0.80
readASTFileControlBlock
Method · 0.80
readTypeRecord
Method · 0.80
Calls
1
Read
Function · 0.85
Tested by
no test coverage detected