Searched refs:getGC (Results 1 – 16 of 16) sorted by relevance
171 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()287 F.getGC() != std::string("shadow-stack")) in runOnFunction()
75 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
122 const std::string &getGC(const Function &Fn);
357 const std::string &getGC() const;
115 const std::string &getGC(const Function &Fn);
249 const std::string &getGC() const;
89 void* getGC() { return fGc; } // ??? in getGC() function
290 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
496 const std::string &Function::getGC() const { in getGC() function in Function498 return getContext().getGC(*this); in getGC()520 setGC(Src->getGC()); in copyAttributesFrom()
3518 Out << " gc \"" << F->getGC() << '"'; in printFunction()
2377 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()1610 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
449 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction()
2496 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn()
1197 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()