HomeSort by relevance Sort by last modified time
    Searched refs:hasGC (Results 1 - 25 of 41) sorted by null

1 2

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 85 bool hasGC;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 63 assert(F.hasGC());
111 if (F.hasGC())
GCRootLowering.cpp 118 if (!I->isDeclaration() && I->hasGC())
186 if (!F.hasGC())
332 if (!MF.getFunction()->hasGC())
ShadowStackGCLowering.cpp 268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) {
383 if (!F.hasGC() ||
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 104 assert(F.hasGC());
155 if (F.hasGC()) return false;
GCStrategy.cpp 162 if (!I->isDeclaration() && I->hasGC())
250 if (!F.hasGC())
395 if (!MF.getFunction()->hasGC())
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 264 bool Function::hasGC() const {
270 assert(hasGC() && "Function has no collector");
307 if (SrcF->hasGC())
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 195 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
197 bool hasGC() const;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 84 ID.AddBoolean(F->hasGC());
468 if (F1->hasGC() != F2->hasGC())
471 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/v8/tools/gcmole/
gcmole.cc 279 bool hasGC() { return (effect_ & kCausesGC) != 0; }
337 Environment out = effect.hasGC() ? Environment() : Environment(*this);
461 if (in.hasGC()) gc_.set(arg);
513 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]
  /external/llvm/lib/IR/
Function.cpp 418 assert(hasGC() && "Function has no collector");
428 if (!hasGC())
444 if (SrcF->hasGC())
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 68 * bits 14 : HasGC
221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
223 bool hasGC() const {
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 442 if (F.hasGC()) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 76 * bits 14 : HasGC
244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
246 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 953 milliseconds

1 2