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

References

include/llvm/IR/DebugInfoMetadata.h
 2640     return getTemporary(getContext(), getScope(), getName(), getLinkageName(),
 2802     return cast<DILocalScope>(DIVariable::getScope());
lib/Bitcode/Writer/BitcodeWriter.cpp
 1811   Record.push_back(VE.getMetadataOrNullID(N->getScope()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 3007       DIScope *Scope = DIGV->getScope();
 3121     const DIScope *Scope = DIGV->getScope();
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  121   auto *GVContext = GV->getScope();
  145     DeclContext = GV->getScope();
lib/IR/DebugInfo.cpp
   83     processScope(GV->getScope());
 1311   return wrap(unwrapDI<DIVariable>(Var)->getScope());
unittests/IR/MetadataTest.cpp
 2151   EXPECT_EQ(Scope, N->getScope());
unittests/Transforms/Utils/CloningTest.cpp
  828   EXPECT_EQ(GV->getScope(), SP);
  850     EXPECT_EQ(GV->getScope(), SP);