reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 1887     return getTemporary(getContext(), getScope(), getFile(), getLine(),
 1936     return getTemporary(getContext(), getScope(), getFile(),
 1977     Scope = LBF->getScope();
lib/Bitcode/Writer/BitcodeWriter.cpp
 1699   Record.push_back(VE.getMetadataOrNullID(N->getScope()));
 1712   Record.push_back(VE.getMetadataOrNullID(N->getScope()));
lib/CodeGen/LexicalScopes.cpp
  170     Parent = getOrCreateLexicalScope(Block->getScope());
  198     Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt);
  221     Parent = getOrCreateAbstractScope(Block->getScope());
lib/IR/DebugInfo.cpp
  166     processScope(LB->getScope());
  536         return mapNode(MDLB->getScope());
lib/IR/DebugInfoMetadata.cpp
  220     return LB->getScope();
  582     return Block->getScope()->getSubprogram();
  588     return File->getScope()->getNonLexicalBlockFileScope();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  190         LBF->getScope(), getOrCreateFile(CurLoc)));
unittests/IR/MetadataTest.cpp
 1956   EXPECT_EQ(Scope, N->getScope());
 2008   EXPECT_EQ(Scope, N->getScope());