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

  /external/clang/lib/CodeGen/
CGException.cpp 735 CGBuilderTy::InsertPoint savedIP = Builder.saveAndClearIP();
    [all...]
CGObjCRuntime.cpp 216 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveAndClearIP();
CGCleanup.cpp 673 savedInactiveFallthroughIP = Builder.saveAndClearIP();
832 CGBuilderTy::InsertPoint SavedIP = Builder.saveAndClearIP();
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 152 /// saveAndClearIP - Returns the current insert point, clearing it
154 InsertPoint saveAndClearIP() {
    [all...]

Completed in 401 milliseconds