Home
last modified time | relevance | path

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

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
DPemReader.java50 return loadObject(type); in readPemObject()
57 private PemObject loadObject(String type) in loadObject() method in PemReader
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/pem/
DPemReader.java52 return loadObject(type); in readPemObject()
59 private PemObject loadObject(String type) in loadObject() method in PemReader
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/io/pem/
DPemReader.java52 return loadObject(type); in readPemObject()
59 private PemObject loadObject(String type) in loadObject() method in PemReader
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h168 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
170 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
DDwarfLinkerForBinary.cpp181 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() function in llvm::dsymutil::DwarfLinkerForBinary
266 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() function in llvm::dsymutil::DwarfLinkerForBinary
269 auto ErrorOrObj = loadObject(Obj, DebugMap.getTriple()); in loadObject()
341 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link()
429 if (auto ErrorOrObj = loadObject(*Obj, Map, RL)) in link()
/external/llvm-project/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-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h30 loadObject(const object::ObjectFile &Obj) override;
DRuntimeDyldCOFF.cpp65 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
DRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
DRuntimeDyldELF.h173 loadObject(const object::ObjectFile &O) override;
/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/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h30 loadObject(const object::ObjectFile &Obj) override;
DRuntimeDyldCOFF.cpp66 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
DRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
DRuntimeDyldELF.h174 loadObject(const object::ObjectFile &O) override;
/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-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h229 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/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-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp399 Dyld.loadObject(Obj); in printLineInfoForInput()
529 Dyld.loadObject(Obj); in executeInput()
932 Dyld.loadObject(Obj); in linkAndVerify()

12