Home
last modified time | relevance | path

Searched refs:getGC (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLLVMContext.h122 const std::string &getGC(const Function &Fn);
H A DFunction.h352 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
357 const std::string &getGC() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h115 const std::string &getGC(const Function &Fn);
H A DFunction.h244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
249 const std::string &getGC() const;
/third_party/mesa3d/include/HaikuGL/
H A DGLView.h89 void* getGC() { return fGc; } // ??? in getGC() function in BGLView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGCMetadata.cpp75 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
H A DShadowStackGCLowering.cpp171 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
287 F.getGC() != std::string("shadow-stack")) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp290 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
H A DFunction.cpp496 const std::string &Function::getGC() const { in getGC() function in Function
498 return getContext().getGC(*this); in getGC()
520 setGC(Src->getGC()); in copyAttributesFrom()
H A DAsmWriter.cpp3518 Out << " gc \"" << F->getGC() << '"'; in printFunction()
H A DCore.cpp2377 return F->hasGC()? F->getGC().c_str() : nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp449 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction()
H A DRewriteStatepointsForGC.cpp2496 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
H A DInlineFunction.cpp1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
1610 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1197 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()
1199 writeStringRecord(Stream, bitc::MODULE_CODE_GCNAME, F.getGC(), in writeModuleInfo()
1325 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()

Completed in 36 milliseconds