HomeSort by: relevance | last modified time | path
    Searched refs:loadObject (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 30 loadObject(const object::ObjectFile &Obj) override;
RuntimeDyldCOFF.cpp 66 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) {
RuntimeDyldMachO.h 130 loadObject(const object::ObjectFile &O) override;
RuntimeDyldELF.h 174 loadObject(const object::ObjectFile &O) override;
RuntimeDyld.cpp 667 // necessary section allocation size in loadObject by walking all the sections
1320 RuntimeDyld::loadObject(const ObjectFile &Obj) {
1342 auto LoadedObjInfo = Dyld->loadObject(Obj);
1433 auto Info = RTDyld.loadObject(*O.getBinary());
RuntimeDyldImpl.h 304 // loadObject may be called on the same thread during the handling of of
432 // Implementation of the generic part of the loadObject algorithm.
462 loadObject(const object::ObjectFile &Obj) = 0;
RuntimeDyldMachO.cpp 370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) {
RuntimeDyldELF.cpp 248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) {
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.h 200 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
202 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
DwarfLinkerForBinary.cpp 181 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj,
269 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj,
272 auto ErrorOrObj = loadObject(Obj, DebugMap.getTriple());
345 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) {
434 if (auto ErrorOrObj = loadObject(*Obj, Map, RL))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 186 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
250 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj);
225 Dyld.loadObject(*LoadedObject.get());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 400 Dyld.loadObject(Obj);
530 Dyld.loadObject(Obj);
936 Dyld.loadObject(Obj);

Completed in 25 milliseconds