HomeSort by relevance Sort by last modified time
    Searched defs:getFunction (Results 26 - 47 of 47) sorted by null

12

  /external/llvm/lib/AsmParser/
LLParser.h 299 Function &getFunction() const { return F; }
  /external/llvm/lib/IR/
Metadata.cpp 161 return MD->getFunction();
188 // getFunction - If this metadata is function-local and recursively has a
190 // Otherwise, return null. getFunction() should not be used for performance-
192 const Function *MDNode::getFunction() const {
341 const Function *F = getFunction();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 744 Function *getFunction(const std::string FnName);
819 Function *MCJITHelper::getFunction(const std::string FnName) {
824 Function *F = (*it)->getFunction(FnName);
833 Function *PF = OpenModule->getFunction(FnName);
871 Function *MF = (*it)->getFunction(FnName);
962 Function *F = (*it)->getFunction(Name);
1032 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
1077 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
1086 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 786 virtual Function *getFunction(const std::string FnName) = 0;
845 virtual Function *getFunction(const std::string FnName) {
847 return TheModule->getFunction(FnName);
902 Function *getFunction(const std::string FnName);
982 Function *MCJITHelper::getFunction(const std::string FnName) {
987 Function *F = (*it)->getFunction(FnName);
996 Function *PF = CurrentModule->getFunction(FnName);
1101 Function *MF = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 655 Function *getFunction(const std::string FnName);
720 Function *MCJITHelper::getFunction(const std::string FnName) {
725 Function *F = (*it)->getFunction(FnName);
734 Function *PF = OpenModule->getFunction(FnName);
890 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
935 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
944 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 657 Function *getFunction(const std::string FnName);
730 Function *MCJITHelper::getFunction(const std::string FnName) {
735 Function *F = (*it)->getFunction(FnName);
744 Function *PF = OpenModule->getFunction(FnName);
782 Function *MF = (*it)->getFunction(FnName);
864 Function *F = (*it)->getFunction(Name);
930 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
975 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
984 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 519 Function *getFunction() const { return getFunctionField(15); }
    [all...]
  /external/skia/src/core/
SkXfermode.cpp     [all...]
  /frameworks/rs/api/
gen_runtime.cpp 148 Function* getFunction(const string& name);
710 getFunction(spec->getCleanName())->addSpecification(spec);
761 Function* SpecFile::getFunction(const string& name) {
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 59 const Function &getFunction() const { return Fn; }
507 const Function &Fn = *DAG.getMachineFunction().getFunction();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 393 milliseconds

12