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

  /external/llvm/include/llvm/IR/
DebugInfo.h 254 MDLexicalBlockBase *N;
257 DILexicalBlock(const MDLexicalBlockBase *N = nullptr)
258 : N(const_cast<MDLexicalBlockBase *>(N)) {}
261 operator MDLexicalBlockBase *() const { return N; }
262 MDLexicalBlockBase *operator->() const { return N; }
263 MDLexicalBlockBase &operator*() const { return *N; }
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 152 if (auto *Block = dyn_cast<MDLexicalBlockBase>(Scope))
178 if (auto *Block = dyn_cast<MDLexicalBlockBase>(Scope))
204 if (auto *Block = dyn_cast<MDLexicalBlockBase>(Scope))
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 135 if (auto *LB = dyn_cast<MDLexicalBlockBase>(this))
153 assert((isa<MDLexicalBlockBase>(this) || isa<MDFile>(this) ||
333 if (auto *Block = dyn_cast<MDLexicalBlockBase>(this))
DebugInfo.cpp 200 if (auto *LB = dyn_cast<MDLexicalBlockBase>(Scope)) {
Verifier.cpp 311 void visitMDLexicalBlockBase(const MDLexicalBlockBase &N);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 24 isa<MDLexicalBlockBase>(S)) &&

Completed in 70 milliseconds