Home
last modified time | relevance | path

Searched refs:getStructName (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSUtils.h68 return T->getStructName().slice(0, LastDot); in getUnsuffixedStructName()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInvokeHelperPass.cpp184 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) { in runOnFunction()
DRSKernelExpand.cpp188 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()
/frameworks/rs/api/
DGenerateHeaderFiles.cpp170 const string name = spec.getStructName(); in writeTypeSpecification()
DGenerateStubsWhiteList.cpp81 return spec->getStructName(); in findSubstitute()
DSpecification.h314 std::string getStructName() const { return mStructName; } in getStructName() function