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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp765 SyncScope::ID getDecodedSyncScopeID(unsigned Val);
4912 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
4972 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
5014 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]);
5064 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
5081 SyncScope::ID SSID = getDecodedSyncScopeID(Record[1]);
5320 SyncScope::ID BitcodeReader::getDecodedSyncScopeID(unsigned Val) { function in class:BitcodeReader

Completed in 125 milliseconds