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

/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h87 llvm::Function *buildFunction(const SourceLocations& DebugLocations) { argument
93 = DebugLocations.begin();
95 if (CurrentDebugLocation != DebugLocations.end()) {
109 for(; CurrentDebugLocation != DebugLocations.end();
121 SourceLocations DebugLocations; local
122 llvm::Function* f = buildFunction(DebugLocations);
134 SourceLocations DebugLocations; local
135 DebugLocations.push_back(std::make_pair(std::string(getFilename()),
137 llvm::Function* f = buildFunction(DebugLocations);
153 SourceLocations DebugLocations;
184 SourceLocations DebugLocations; local
[all...]

Completed in 75 milliseconds