Home
last modified time | relevance | path

Searched refs:SourceLocations (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTestCommon.h30 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
31 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
87 llvm::Function *buildFunction(const SourceLocations& DebugLocations) { in buildFunction()
92 SourceLocations::const_iterator CurrentDebugLocation in buildFunction()
121 SourceLocations DebugLocations; in TestNoDebugInfo()
134 SourceLocations DebugLocations; in TestSingleLine()
153 SourceLocations DebugLocations; in TestMultipleLines()
164 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; in TestMultipleLines()
168 for(SourceLocations::iterator i = FunctionInfo.begin(); in TestMultipleLines()
184 SourceLocations DebugLocations; in TestMultipleFiles()
[all …]
DOProfileJITEventListenerTest.cpp93 SourceLocations locs; in write_debug_line_info()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp40 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef
41 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt29 libbasic - Diagnostics, SourceLocations, SourceBuffer abstraction,