HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 251 - 275 of 340) sorted by null

<<11121314

  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/clang/lib/Sema/
DeclSpec.cpp 150 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
152 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto,
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 251 const Function *F = MF->getFunction();
    [all...]
MachineLICM.cpp 263 if (skipOptnoneFunction(*MF.getFunction()))
    [all...]
PeepholeOptimizer.cpp     [all...]
IfConversion.cpp 276 if (PredicateFtor && !PredicateFtor(*MF.getFunction()))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 48 const Function &F = *MF.getFunction();
    [all...]
HexagonISelLowering.cpp 686 auto Attr = MF.getFunction()->getFnAttribute("disable-tail-calls");
691 bool StructAttrFlag = MF.getFunction()->hasStructRetAttr();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 268 << IS.MF->getFunction()->getName() << "\n");
284 << IS.MF->getFunction()->getName() << "\n");
432 const Function &Fn = *mf.getFunction();
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 622 const Function *getFunction() const { return TheFunction; }
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 580 FunctionType *FType = MF.getFunction()->getFunctionType();
585 const Function *Fn = MF.getFunction();
650 getOriginalFunctionArgs(DAG, DAG.getMachineFunction().getFunction(), Ins,
    [all...]
AMDGPUISelLowering.cpp 587 const Function &Fn = *DAG.getMachineFunction().getFunction();
603 const Function &Fn = *DAG.getMachineFunction().getFunction();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 539 OptForSize = MF->getFunction()->optForSize();
540 OptForMinSize = MF->getFunction()->optForMinSize();
675 if (const Function *Fn = MF->getFunction())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 315 llvm::Function *Fn = getModule().getFunction(ObjCXX.PersonalityFn);
    [all...]

Completed in 1222 milliseconds

<<11121314