Home
last modified time | relevance | path

Searched refs:CurrentDebugLocation (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTestCommon.h92 SourceLocations::const_iterator CurrentDebugLocation in buildFunction() local
95 if (CurrentDebugLocation != DebugLocations.end()) { in buildFunction()
97 DebugBuilder->createFile(CurrentDebugLocation->first, ".")); in buildFunction()
99 CurrentDebugLocation++; in buildFunction()
109 for(; CurrentDebugLocation != DebugLocations.end(); in buildFunction()
110 ++CurrentDebugLocation) { in buildFunction()
113 DebugLoc::get(CurrentDebugLocation->second, 0, in buildFunction()
114 DebugBuilder->createFile(CurrentDebugLocation->first, "."))); in buildFunction()