Searched refs:addLibrary (Results 1 - 12 of 12) sorted by relevance
/external/v8/test/mjsunit/tools/ |
H A D | codemap.js | 51 codeMap.addLibrary(0x1500, newCodeEntry(0x3000, 'lib1')); 52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2')); 53 codeMap.addLibrary(0x155500, newCodeEntry(0x10000, 'lib3'));
|
H A D | profile.js | 75 this.profile.addLibrary('lib1', 0x11000, 0x12000); 78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
|
/external/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 43 New->addLibrary(*I);
|
/external/v8/tools/ |
H A D | codemap.js | 116 CodeMap.prototype.addLibrary = function(
|
H A D | profile.js | 102 Profile.prototype.addLibrary = function( 106 this.codeMap_.addLibrary(startAddr, entry);
|
H A D | tickprocessor.js | 296 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
|
/external/llvm/include/llvm/ |
H A D | Module.h | 481 void addLibrary(StringRef Lib);
|
/external/llvm/lib/VMCore/ |
H A D | Module.cpp | 399 void Module::addLibrary(StringRef Lib) { function in class:Module
|
/external/llvm/tools/llvm-ld/ |
H A D | llvm-ld.cpp | 589 TheLinker.getModule()->addLibrary(*I);
|
/external/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 911 DstM->addLibrary(*SI);
|
/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 286 M->addLibrary(Str); 290 M->addLibrary(Str);
|
/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1678 TheModule->addLibrary(S);
|
Completed in 1887 milliseconds