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

/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h32 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
33 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
89 llvm::Function *buildFunction(const SourceLocations& DebugLocations) {
94 SourceLocations::const_iterator CurrentDebugLocation
123 SourceLocations DebugLocations;
136 SourceLocations DebugLocations;
155 SourceLocations DebugLocations;
166 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
170 for(SourceLocations::iterator i = FunctionInfo.begin();
186 SourceLocations DebugLocation
[all...]
H A DOProfileJITEventListenerTest.cpp94 SourceLocations locs;

Completed in 297 milliseconds