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

References

lib/ExecutionEngine/MCJIT/MCJIT.cpp
  201     ObjectToLoad = ObjCache->getObject(M);
  206   if (!ObjectToLoad) {
  207     ObjectToLoad = emitObject(M);
  208     assert(ObjectToLoad && "Compilation did not produce an object.");
  214     object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef());
  230   Buffers.push_back(std::move(ObjectToLoad));