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

  /external/llvm/include/llvm/IR/
DebugInfo.h 48 class DILexicalBlock;
534 /// DILexicalBlock - This is a wrapper for a lexical block.
535 class DILexicalBlock : public DIScope {
537 explicit DILexicalBlock(const MDNode *N = nullptr) : DIScope(N) {}
557 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); }
746 ? getFieldAs<DILexicalBlock>(2).getDiscriminator()
750 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope);
    [all...]
DIBuilder.h 48 class DILexicalBlock;
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 201 DILexicalBlock NewScope = Builder.createLexicalBlock(
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 191 DILexicalBlock Scope(ScopeNode);
219 DILexicalBlock DB(Scope);
  /external/llvm/lib/IR/
DebugInfo.cpp 45 DILexicalBlock(DbgNode).Verify() ||
618 bool DILexicalBlock::Verify() const {
764 return DIScopeRef(DILexicalBlock(DbgNode).getContext());
840 DILexicalBlock NewScope) {
934 return getDISubprogram(DILexicalBlock(Scope).getContext());
    [all...]
DebugLoc.cpp 145 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
147 DILexicalBlock LexBlock(N);
DIBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 63 milliseconds