Searched refs:FunctionInfo (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DProfileDataTypes.h27 FunctionInfo = 2, /* Function profiling information */ enumerator in enum:ProfilingType
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h166 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; local
167 EXPECT_EQ(c, FunctionInfo.size());
170 for(SourceLocations::iterator i = FunctionInfo.begin();
171 i != FunctionInfo.end();
195 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; local
196 EXPECT_TRUE(2 == FunctionInfo.size());
198 EXPECT_STREQ(FunctionInfo.at(0).first.c_str(), getFilename());
199 EXPECT_STREQ(FunctionInfo.at(1).first.c_str(), secondFilename.c_str());
201 EXPECT_EQ(FunctionInfo.at(0).second, getLine());
202 EXPECT_EQ(FunctionInfo
[all...]
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp87 /// FunctionInfo - For each function, keep track of what globals are
89 std::map<const Function*, FunctionRecord> FunctionInfo; member in class:__anon9191::GlobalsModRef
173 FunctionInfo.find(F);
174 if (I != FunctionInfo.end())
223 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
227 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
375 FunctionInfo.erase(SCC[i]->getFunction());
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
438 // from the FunctionInfo map.
441 FunctionInfo
[all...]
/external/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp127 case FunctionInfo:
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h29 struct FunctionInfo;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
/external/v8/src/
H A Dliveedit.cc827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) { function in class:v8::internal::Differencer::FunctionInfoListener
1729 isolate_->active_function_info_listener()->FunctionInfo(info, lit->scope());

Completed in 165 milliseconds