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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 278 bool isBlockByrefStruct() const {
672 return getType().isBlockByrefStruct();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 151 return Var->getType().resolve()->isBlockByrefStruct();
158 if (Ty->isBlockByrefStruct()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 192 return Var->getType().resolve()->isBlockByrefStruct();
199 if (Ty->isBlockByrefStruct()) {
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 576 bool isBlockByrefStruct() const { return getFlags() & FlagBlockByrefStruct; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 700 bool isBlockByrefStruct() const { return getFlags() & FlagBlockByrefStruct; }
    [all...]

Completed in 261 milliseconds