Searched refs:Function (Results 326 - 350 of 750) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp20 #include "llvm/Function.h"
52 virtual void NotifyFunctionEmitted(const Function &F,
95 const Function &F, void *FnStart, size_t FnSize,
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp20 #include "llvm/Function.h"
50 virtual void NotifyFunctionEmitted(const Function &F,
93 const Function &F, void *FnStart, size_t FnSize,
/external/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp59 #include "llvm/Function.h"
89 virtual bool runOnFunction(Function &F);
220 bool GlobalMerge::runOnFunction(Function &F) {
/external/llvm/lib/VMCore/
H A DPass.cpp165 bool BasicBlockPass::doInitialization(Function &) {
170 bool BasicBlockPass::doFinalization(Function &) {
H A DTypeFinder.cpp17 #include "llvm/Function.h"
48 for (Function::const_arg_iterator AI = FI->arg_begin(),
52 for (Function::const_iterator BB = FI->begin(), E = FI->end();
/external/llvm/tools/lto/
H A DLTOModule.h29 class Function;
147 void addDefinedFunctionSymbol(llvm::Function *f);
/external/webkit/Source/WebCore/bindings/v8/
H A DJavaScriptCallFrame.cpp123 v8::Handle<v8::Function> evalFunction = v8::Handle<v8::Function>::Cast(m_callFrame.get()->Get(v8String("evaluate")));
H A DNPV8Object.cpp190 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(functionObject);
235 v8::Handle<v8::Function> function(v8::Function::Cast(*functionObject));
490 v8::Handle<v8::Function> enumerator = v8::Handle<v8::Function>::Cast(enumeratorObj);
535 v8::Handle<v8::Function> ctor(v8::Function::Cast(*ctorObj));
H A DPageScriptDebugServer.cpp102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
H A DWorkerScriptDebugServer.cpp93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
/external/clang/test/SemaCXX/
H A Dusing-decl-1.cpp118 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTransformValuesTest.java27 import com.google.common.base.Function;
154 new Function<String, Boolean>() {
256 new Function<Integer, Integer>() {
273 underlying, new Function<Boolean, Boolean>() {
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h35 virtual bool runOnFunction(Function &F);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h30 class Function;
75 const Function *Fn;
97 // Function-level unique numbering for MachineBasicBlocks. When a
133 MachineFunction(const Function *Fn, const TargetMachine &TM,
144 const Function *getFunction() const { return Fn; }
/external/llvm/include/llvm/
H A DDefaultPasses.h70 Function, enumerator in enum:llvm::StandardPass::StandardSet
/external/llvm/include/llvm/Support/
H A DInstVisitor.h14 #include "llvm/Function.h"
65 /// Function, and Module, which recursively process all contained instructions.
101 void visit(Function &F) {
112 void visit(Function *F) { visit(*F); }
142 void visitFunction (Function &F) {}
257 if (const Function *F = I.getCalledFunction()) {
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp22 #include "llvm/Function.h"
75 bool runOnFunction(Function &F);
131 bool AAEval::runOnFunction(Function &F) {
137 for (Function::arg_iterator I = F.arg_begin(), E = F.arg_end(); I != E; ++I)
148 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
167 errs() << "Function: " << F.getName() << ": " << Pointers.size()
H A DIntervalPartition.cpp68 bool IntervalPartition::runOnFunction(Function &F) {
H A DLibCallAliasAnalysis.cpp17 #include "llvm/Function.h"
127 if (const Function *F = CS.getCalledFunction()) {
H A DPathProfileInfo.cpp75 std::vector<Function*> _functions;
229 void PathProfileInfo::setCurrentFunction(Function* F) {
243 Function* PathProfileInfo::getCurrentFunction() const {
374 Function* f = _functions[pathHeader.fnNumber];
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp72 const Function &F = *MI;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h32 class Function;
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp19 #include "llvm/Function.h"
476 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
547 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, argument
550 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
563 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp18 #include "llvm/Function.h"
47 bool runOnFunction(Function &F) {
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ScriptProfileNodeCustom.cpp66 v8::Local<v8::Function> function = V8ScriptProfileNode::GetTemplate()->GetFunction();

Completed in 625 milliseconds

<<11121314151617181920>>