/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
D | PemReader.java | 50 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/ |
D | PemReader.java | 52 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/ |
D | PemReader.java | 52 return loadObject(type); in readPemObject() 59 private PemObject loadObject(String type) in loadObject() method in PemReader
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.h | 168 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj, 170 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
|
D | DwarfLinkerForBinary.cpp | 181 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/ |
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-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.h | 30 loadObject(const object::ObjectFile &Obj) override;
|
D | RuntimeDyldCOFF.cpp | 65 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 | 173 loadObject(const object::ObjectFile &O) override;
|
/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/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.h | 30 loadObject(const object::ObjectFile &Obj) override;
|
D | RuntimeDyldCOFF.cpp | 66 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 | 174 loadObject(const object::ObjectFile &O) override;
|
/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/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 229 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
/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/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 399 Dyld.loadObject(Obj); in printLineInfoForInput() 529 Dyld.loadObject(Obj); in executeInput() 932 Dyld.loadObject(Obj); in linkAndVerify()
|