Home
last modified time | relevance | path

Searched refs:isBlockByrefStruct (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h278 bool isBlockByrefStruct() const { in isBlockByrefStruct() function
672 return getType().isBlockByrefStruct(); in isBlockByrefVariable()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp151 return Var->getType().resolve()->isBlockByrefStruct(); in isBlockByrefVariable()
158 if (Ty->isBlockByrefStruct()) { in getType()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h576 bool isBlockByrefStruct() const { return getFlags() & FlagBlockByrefStruct; }