Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js104 Profile.prototype.addLibrary = function( method in Profile
108 this.codeMap_.addLibrary(startAddr, entry);
871 JsonProfile.prototype.addLibrary = function( method in JsonProfile
875 this.codeMap_.addLibrary(startAddr, entry);
Dcodemap.js118 CodeMap.prototype.addLibrary = function( method in CodeMap
Dtickprocessor.js287 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp43 New->addLibrary(*I); in CloneModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h481 void addLibrary(StringRef Lib);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp399 void Module::addLibrary(StringRef Lib) { in addLibrary() function in Module
/external/v8/tools/profviz/
Dcomposer.js293 code_map.addLibrary(start, code_entry);
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp589 TheLinker.getModule()->addLibrary(*I); in main()
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m300 - (void)addLibrary:(const char *)dashLSomething {
432 [self addLibrary:gcstrcpy2(line, endp)];
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp911 DstM->addLibrary(*SI); in run()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp286 M->addLibrary(Str); in ParseDepLibs()
290 M->addLibrary(Str); in ParseDepLibs()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1678 TheModule->addLibrary(S); in ParseModule()