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

References

include/llvm/ExecutionEngine/JITLink/JITLink.h
  339                      Scope::Local, IsLive, IsCallable);
  371     assert((!Name.empty() || getScope() == Scope::Local) &&
lib/ExecutionEngine/JITLink/JITLink.cpp
   86   case Scope::Local:
  123   case Scope::Local:
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
   68     return Scope::Local;
   73   return Scope::Local;
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
   91       if (Sym->hasName() && Sym->getScope() != Scope::Local) {
  204       if (Sym->getScope() == Scope::Local)
  213         if (TargetSym.getScope() != Scope::Local)