/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
D | PemReader.java | 49 return loadObject(type); in readPemObject() 56 private PemObject loadObject(String type) in loadObject() method in PemReader
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 65 bool RuntimeDyld::loadObject(MemoryBuffer *InputBuffer) { in loadObject() function in llvm::RuntimeDyld 76 return Dyld->loadObject(InputBuffer); in loadObject()
|
D | RuntimeDyldImpl.h | 73 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/ |
D | PemReader.java | 54 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/ |
D | MCJITDesignAndImplementation.rst | 84 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/ |
D | MCJITDesignAndImplementation.rst | 84 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/ |
D | RuntimeDyldCOFF.h | 31 loadObject(const object::ObjectFile &Obj) override;
|
D | RuntimeDyldCOFF.cpp | 63 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
|
D | RuntimeDyldMachO.h | 131 loadObject(const object::ObjectFile &O) override;
|
D | RuntimeDyldELF.h | 174 loadObject(const object::ObjectFile &O) override;
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 61 bool loadObject(MemoryBuffer *InputBuffer);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.h | 31 loadObject(const object::ObjectFile &Obj) override;
|
D | RuntimeDyldCOFF.cpp | 60 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
|
D | RuntimeDyldMachO.h | 130 loadObject(const object::ObjectFile &O) override;
|
D | RuntimeDyldELF.h | 166 loadObject(const object::ObjectFile &O) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 159 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/ |
D | llvm-rtdyld.cpp | 101 if (Dyld.loadObject(InputBuffer.take())) { in executeInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 320 Dyld.loadObject(Obj); in printLineInfoForInput() 444 Dyld.loadObject(Obj); in executeInput() 712 Dyld.loadObject(Obj); in linkAndVerify()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 314 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/ |
D | RuntimeDyld.h | 181 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 119 auto Info = RTDyld->loadObject(**ObjFile); in emit()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 229 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 83 if (Dyld.loadObject(MB)) in MCJIT()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 122 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/ |
D | MCJIT.cpp | 118 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() 224 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()
|