HomeSort by relevance Sort by last modified time
    Searched refs:SourceLocations (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 30 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations;
31 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
87 llvm::Function *buildFunction(const SourceLocations& DebugLocations) {
92 SourceLocations::const_iterator CurrentDebugLocation
121 SourceLocations DebugLocations;
134 SourceLocations DebugLocations;
153 SourceLocations DebugLocations;
164 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
168 for(SourceLocations::iterator i = FunctionInfo.begin();
184 SourceLocations DebugLocations
    [all...]
OProfileJITEventListenerTest.cpp 93 SourceLocations locs;
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 40 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations;
41 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;

Completed in 131 milliseconds