Searched defs:getGC (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DFunction.cpp269 const char *Function::getGC() const { function in class:Function
308 setGC(SrcF->getGC());
/external/llvm/lib/IR/
H A DLLVMContext.cpp317 const std::string &LLVMContext::getGC(const Function &Fn) { function in class:LLVMContext
H A DFunction.cpp417 const std::string &Function::getGC() const { function in class:Function
419 return getContext().getGC(*this);
445 setGC(SrcF->getGC());

Completed in 299 milliseconds