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

  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 41 NativeCodeMap ReportedDebugFuncs;
88 NativeCodeMap::iterator i = ReportedDebugFuncs.find(addr);
108 NativeCodeMap::iterator i = ReportedDebugFuncs.find(addr);
JITEventListenerTestCommon.h 31 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
120 void TestNoDebugInfo(NativeCodeMap& ReportedDebugFuncs) {
133 void TestSingleLine(NativeCodeMap& ReportedDebugFuncs) {
150 void TestMultipleLines(NativeCodeMap& ReportedDebugFuncs) {
180 void TestMultipleFiles(NativeCodeMap& ReportedDebugFuncs) {
IntelJITEventListenerTest.cpp 25 NativeCodeMap ReportedDebugFuncs;
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 41 typedef std::map<uint64_t, SourceLocations> NativeCodeMap;
43 NativeCodeMap ReportedDebugFuncs;

Completed in 157 milliseconds