HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentCallSite (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 404 /// getCurrentCallSite - Get the call site currently being processed, if any.
406 unsigned getCurrentCallSite() { return CurCallSite; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 373 /// getCurrentCallSite - Get the call site currently being processed, if any.
375 unsigned getCurrentCallSite(void) { return CurCallSite; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 92 milliseconds