Home
last modified time | relevance | path

Searched refs:loadObject (Results 1 – 21 of 21) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
DPemReader.java43 return loadObject(type); in readPemObject()
50 private PemObject loadObject(String type) in loadObject() method in PemReader
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp65 bool RuntimeDyld::loadObject(MemoryBuffer *InputBuffer) { in loadObject() function in llvm::RuntimeDyld
76 return Dyld->loadObject(InputBuffer); in loadObject()
DRuntimeDyldImpl.h73 virtual bool loadObject(MemoryBuffer *InputBuffer) = 0;
138 bool loadObject(MemoryBuffer *InputBuffer);
DRuntimeDyldMachO.cpp403 bool RuntimeDyldMachO::loadObject(MemoryBuffer *InputBuffer) { in loadObject() function in llvm::RuntimeDyldMachO
/external/llvm/docs/
DMCJITDesignAndImplementation.rst84 class) and calls the RuntimeDyldImpl::loadObject method to perform that
89 RuntimeDyldImpl::loadObject begins by creating an ObjectImage instance
95 RuntimeDyldImpl::loadObject then iterates through the symbols in the
101 Next, RuntimeDyldImpl::loadObject iterates through the sections in the
110 When RuntimeDyldImpl::loadObject returns, all of the code and data
117 relocations when loadObject completes. However, this shouldn't be
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h31 loadObject(const object::ObjectFile &Obj) override;
DRuntimeDyldCOFF.cpp60 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
DRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
DRuntimeDyldELF.h166 loadObject(const object::ObjectFile &O) override;
DRuntimeDyldImpl.h439 loadObject(const object::ObjectFile &Obj) = 0;
DRuntimeDyld.cpp1026 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1045 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
DRuntimeDyldMachO.cpp363 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
DRuntimeDyldELF.cpp215 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DRuntimeDyld.h61 bool loadObject(MemoryBuffer *InputBuffer);
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp101 if (Dyld.loadObject(InputBuffer.take())) { in executeInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp314 Dyld.loadObject(Obj); in printLineInfoForInput()
438 Dyld.loadObject(Obj); in executeInput()
707 Dyld.loadObject(Obj); in linkAndVerify()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h229 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp83 if (Dyld.loadObject(MB)) in MCJIT()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp122 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
222 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h258 LoadedObjInfos.push_back(RTDyld.loadObject(this->getObject(*Obj))); in addObjectSet()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1422 ErrorOr<const object::ObjectFile &> loadObject(BinaryHolder &BinaryHolder,
3274 DwarfLinker::loadObject(BinaryHolder &BinaryHolder, DebugMapObject &Obj, in loadObject() function in llvm::dsymutil::__anonf2213b8c0111::DwarfLinker
3299 auto ErrOrObj = loadObject(ObjHolder, Obj, ModuleMap); in loadClangModule()
3437 auto ErrOrObj = loadObject(BinHolder, *Obj, Map); in link()