Searched defs:DebugLocations (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h89 llvm::Function *buildFunction(const SourceLocations& DebugLocations) { argument
95 = DebugLocations.begin();
97 if (CurrentDebugLocation != DebugLocations.end()) {
111 for(; CurrentDebugLocation != DebugLocations.end();
123 SourceLocations DebugLocations; local
124 llvm::Function* f = buildFunction(DebugLocations);
136 SourceLocations DebugLocations; local
137 DebugLocations.push_back(std::make_pair(std::string(getFilename()),
139 llvm::Function* f = buildFunction(DebugLocations);
155 SourceLocations DebugLocations;
186 SourceLocations DebugLocations; local
[all...]

Completed in 52 milliseconds