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/lib/CodeGen/
DShadowStackGCLowering.cpp171 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
287 F.getGC() != std::string("shadow-stack")) in runOnFunction()
DGCMetadata.cpp75 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h122 const std::string &getGC(const Function &Fn);
DFunction.h357 const std::string &getGC() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h115 const std::string &getGC(const Function &Fn);
DFunction.h249 const std::string &getGC() const;
/third_party/mesa3d/include/HaikuGL/
DGLView.h89 void* getGC() { return fGc; } // ??? in getGC() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp290 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
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()
DAsmWriter.cpp3518 Out << " gc \"" << F->getGC() << '"'; in printFunction()
DCore.cpp2377 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
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/Transforms/Scalar/
DPlaceSafepoints.cpp449 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction()
DRewriteStatepointsForGC.cpp2496 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
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()