HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 201 BD.getProgram()->getFunction("main")) == Funcs.end())
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 661 if (Function *RFn = R->getFunction(LFn->getName()))
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 222 Function *f = bb->getFunction();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 615 if (!N->isFunctionLocal() || !N->getFunction()) {
679 if (N->isFunctionLocal() && N->getFunction() == &F) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 569 if (!N->isFunctionLocal() || !N->getFunction()) {
633 if (N->isFunctionLocal() && N->getFunction() == &F) {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 603 if (!N->isFunctionLocal() || !N->getFunction()) {
667 if (N->isFunctionLocal() && N->getFunction() == &F) {
    [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 287 llvm::Function *F = M->getFunction(EF->getName());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 54 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) {
60 if (Function *StopPoint = M->getFunction("llvm.dbg.stoppoint")) {
66 if (Function *RegionStart = M->getFunction("llvm.dbg.region.start")) {
72 if (Function *RegionEnd = M->getFunction("llvm.dbg.region.end")) {
78 if (Function *Declare = M->getFunction("llvm.dbg.declare")) {
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
ProgramBinary.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 512 const Function *F = MF.getFunction();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 777 Function *GlobalInit = M.getFunction("_GLOBAL__I_a");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 606 Function *fn = bb->getFunction();
nv50_ir.h 874 Function *getFunction() const { return func; }
  /external/clang/lib/Sema/
DeclSpec.cpp 146 /// DeclaratorChunk::getFunction - Return a DeclaratorChunk for a function.
148 DeclaratorChunk DeclaratorChunk::getFunction(bool hasProto,
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 763 Function *getFunction() const { return (Function*)Op<0>().get(); }
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
TailDuplication.cpp 552 MF.getFunction()->getAttributes().
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
Thumb1RegisterInfo.cpp 75 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 123 Function *F = CGN->getFunction();
    [all...]

Completed in 1075 milliseconds

1 2 3 4 5 67 8 910