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

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h94 SourceLocations::const_iterator CurrentDebugLocation local
97 if (CurrentDebugLocation != DebugLocations.end()) {
99 DebugBuilder->createFile(CurrentDebugLocation->first, "."));
101 CurrentDebugLocation++;
111 for(; CurrentDebugLocation != DebugLocations.end();
112 ++CurrentDebugLocation) {
115 DebugLoc::get(CurrentDebugLocation->second, 0,
116 DebugBuilder->createFile(CurrentDebugLocation->first, ".")));

Completed in 40 milliseconds