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

  /external/llvm/include/llvm/IR/
Function.h 200 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
204 void setGC(const char *Str);
  /external/llvm/lib/IR/
Function.cpp 302 void Function::setGC(const char *Str) {
335 setGC(SrcF->getGC());
Core.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 281 void setGC() { effect_ |= kCausesGC; }
443 if (gc_.any()) out.setGC();
864 out.setGC();
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 200 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 105 void setGC(GC gc) {
LayoutCanvas.java     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 521 Caller->setGC(CalledFunc->getGC());
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 649 milliseconds