Searched refs:CurrentFunctionFileMapping (Results 1 – 2 of 2) sorted by relevance
129 auto &CurrentFunctionFileMapping = in getFileIndexForFunction() local131 auto R = CurrentFunctionFileMapping.find(GlobalIndex); in getFileIndexForFunction()132 if (R != CurrentFunctionFileMapping.end()) in getFileIndexForFunction()134 unsigned IndexInFunction = CurrentFunctionFileMapping.size(); in getFileIndexForFunction()135 CurrentFunctionFileMapping.insert( in getFileIndexForFunction()
161 auto &CurrentFunctionFileMapping = in getFileIndexForFunction() local163 auto R = CurrentFunctionFileMapping.find(GlobalIndex); in getFileIndexForFunction()164 if (R != CurrentFunctionFileMapping.end()) in getFileIndexForFunction()166 unsigned IndexInFunction = CurrentFunctionFileMapping.size(); in getFileIndexForFunction()167 CurrentFunctionFileMapping.insert( in getFileIndexForFunction()