HomeSort by relevance Sort by last modified time
    Searched defs:getGC (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/include/HaikuGL/
GLView.h 88 void* getGC() { return fGc; } // ???
  /external/llvm/lib/IR/
LLVMContext.cpp 317 const std::string &LLVMContext::getGC(const Function &Fn) {
Function.cpp 417 const std::string &Function::getGC() const {
419 return getContext().getGC(*this);
445 setGC(SrcF->getGC());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 269 const char *Function::getGC() const {
308 setGC(SrcF->getGC());

Completed in 221 milliseconds