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

/frameworks/compile/libbcc/lib/
H A DRSUtils.h68 return T->getStructName().slice(0, LastDot);
H A DRSInvokeHelperPass.cpp183 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) {
H A DRSKernelExpand.cpp211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
/frameworks/rs/script_api/
H A DGenerateHeaderFiles.cpp171 const string name = spec.getStructName();
H A DGenerateStubsWhiteList.cpp81 return spec->getStructName();
H A DSpecification.h316 std::string getStructName() const { return mStructName; } function in class:TypeSpecification

Completed in 498 milliseconds