Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
DPemReader.java49 return loadObject(type); in readPemObject()
56 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);
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/pem/
DPemReader.java54 return loadObject(type); in readPemObject()
61 private PemObject loadObject(String type) in loadObject() method in PemReader
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h31 loadObject(const object::ObjectFile &Obj) override;
DRuntimeDyldCOFF.cpp63 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
DRuntimeDyldMachO.h131 loadObject(const object::ObjectFile &O) override;
DRuntimeDyldELF.h174 loadObject(const object::ObjectFile &O) override;
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DRuntimeDyld.h61 bool loadObject(MemoryBuffer *InputBuffer);
/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;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h159 auto ErrOrObj = Linker.loadObject(DMO, Map); in LinkContext()
450 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp101 if (Dyld.loadObject(InputBuffer.take())) { in executeInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp320 Dyld.loadObject(Obj); in printLineInfoForInput()
444 Dyld.loadObject(Obj); in executeInput()
712 Dyld.loadObject(Obj); in linkAndVerify()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h181 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp119 auto Info = RTDyld->loadObject(**ObjFile); in emit()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp118 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
224 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()

12