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

Declarations

include/llvm/ExecutionEngine/JITSymbol.h
  144   static JITSymbolFlags fromGlobalValue(const GlobalValue &GV);

References

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  430               std::make_pair(*CCAddr, JITSymbolFlags::fromGlobalValue(F));
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
   52           JITSymbolFlags Flags = JITSymbolFlags::fromGlobalValue(*GV);
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  147       auto Flags = JITSymbolFlags::fromGlobalValue(GV);
  291                 JITSymbolFlags::fromGlobalValue(*GV);
lib/ExecutionEngine/Orc/Layer.cpp
   38         SymbolFlags[MangledName] = JITSymbolFlags::fromGlobalValue(G);