Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js321 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/
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;
DRuntimeDyld.cpp1308 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()
DRuntimeDyldMachO.cpp370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
DRuntimeDyldImpl.h477 loadObject(const object::ObjectFile &Obj) = 0;
DRuntimeDyldELF.cpp255 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/
DRuntimeDyld.h182 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/
DMCJIT.cpp117 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/
DRTDyldObjectLinkingLayer.h245 PFC->RTDyld->loadObject(*PFC->Obj.getBinary()); in finalize()