Searched refs:loadObject (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
| D | index.js | 321 this.#loadObject(defaultsObject, 'default', 'default values') 374 this.#loadObject(conf, 'env', 'environment') 384 this.#loadObject(conf, 'cli', 'command line options') 559 #loadObject (obj, where, source, er = null) { method in Config 617 data => this.#loadObject(ini.parse(data), type, file), 618 er => this.#loadObject(null, type, file, er)
|
| /third_party/skia/third_party/externals/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;
|
| D | RuntimeDyld.cpp | 1308 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld 1330 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject() 1419 auto Info = RTDyld.loadObject(Obj); in jitLinkForORC()
|
| D | RuntimeDyldMachO.cpp | 370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
|
| D | RuntimeDyldImpl.h | 477 loadObject(const object::ObjectFile &Obj) = 0;
|
| D | RuntimeDyldELF.cpp | 255 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
| D | RuntimeDyld.h | 182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
| D | MCJIT.cpp | 117 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() 223 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | RTDyldObjectLinkingLayer.h | 245 PFC->RTDyld->loadObject(*PFC->Obj.getBinary()); in finalize()
|