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

References

tools/llvm-jitlink/llvm-jitlink-macho.cpp
   77 Error registerMachOStubsAndGOT(Session &S, LinkGraph &G) {
tools/llvm-jitlink/llvm-jitlink.cpp
  121 operator<<(raw_ostream &OS, const Session::MemoryRegionInfo &MRI) {
  130 operator<<(raw_ostream &OS, const Session::SymbolInfoMap &SIM) {
  138 operator<<(raw_ostream &OS, const Session::FileInfo &FI) {
  149 operator<<(raw_ostream &OS, const Session::FileInfoMap &FIM) {
  402     JITLinkSessionPlugin(Session &S) : S(S) {}
  409     Session &S;
  460 Expected<Session::FileInfo &> Session::findFileInfo(StringRef FileName) {
  468 Expected<Session::MemoryRegionInfo &>
  482 Expected<Session::MemoryRegionInfo &>
  496 Expected<Session::MemoryRegionInfo &>
  514 Expected<Session::MemoryRegionInfo &>
  535 Error sanitizeArguments(const Session &S) {
  549 Error loadProcessSymbols(Session &S) {
  580 Error loadObjects(Session &S) {
  673 Error runChecks(Session &S) {
  755 static void dumpSessionStats(Session &S) {
  762 static Expected<JITEvaluatedSymbol> getMainEntryPoint(Session &S) {
  766 Expected<int> runEntryPoint(Session &S, JITEvaluatedSymbol EntryPoint) {
  806   Session S(getFirstFileTriple());
tools/llvm-jitlink/llvm-jitlink.h
   68 Error registerMachOStubsAndGOT(Session &S, jitlink::LinkGraph &G);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };