Searched refs:getDecodedSyncScopeID (Results 1 – 1 of 1) sorted by relevance
682 SyncScope::ID getDecodedSyncScopeID(unsigned Val);4400 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()4454 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()4484 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]); in parseFunctionBody()4530 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody()4544 SyncScope::ID SSID = getDecodedSyncScopeID(Record[1]); in parseFunctionBody()4741 SyncScope::ID BitcodeReader::getDecodedSyncScopeID(unsigned Val) { in getDecodedSyncScopeID() function in BitcodeReader