HomeSort by relevance Sort by last modified time
    Searched refs:getStructName (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSUtils.h 68 return T->getStructName().slice(0, LastDot);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 184 if (currentType->isStructTy() && currentType->getStructName().startswith("struct.rs_")) {
RSKernelExpand.cpp 188 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 346 StringRef getStructName() const;
  /frameworks/rs/api/
GenerateHeaderFiles.cpp 170 const string name = spec.getStructName();
GenerateStubsWhiteList.cpp 81 return spec->getStructName();
Specification.h 314 std::string getStructName() const { return mStructName; }
  /external/llvm/lib/IR/
Type.cpp 185 StringRef Type::getStructName() const {
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 235 OS << GN.PTy->getStructName();
    [all...]

Completed in 324 milliseconds