Searched refs:addLibrary (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/mjsunit/tools/ |
D | codemap.js | 51 codeMap.addLibrary(0x1500, newCodeEntry(0x3000, 'lib1')); 52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2')); 53 codeMap.addLibrary(0x155500, newCodeEntry(0x10000, 'lib3'));
|
D | profile.js | 75 this.profile.addLibrary('lib1', 0x11000, 0x12000); 78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
|
/external/v8/tools/ |
D | profile.js | 102 Profile.prototype.addLibrary = function( method in Profile 106 this.codeMap_.addLibrary(startAddr, entry);
|
D | codemap.js | 118 CodeMap.prototype.addLibrary = function( method in CodeMap
|
D | tickprocessor.js | 298 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 43 New->addLibrary(*I); in CloneModule()
|
/external/llvm/include/llvm/ |
D | Module.h | 540 void addLibrary(StringRef Lib);
|
/external/llvm/lib/VMCore/ |
D | Module.cpp | 454 void Module::addLibrary(StringRef Lib) { in addLibrary() function in Module
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | testfilerunner.m | 300 - (void)addLibrary:(const char *)dashLSomething { 432 [self addLibrary:gcstrcpy2(line, endp)];
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1195 DstM->addLibrary(*SI); in run()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 282 M->addLibrary(Str); in ParseDepLibs() 286 M->addLibrary(Str); in ParseDepLibs()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1543 TheModule->addLibrary(S); in ParseModule()
|