Searched refs:addLibrary (Results 1 - 13 of 13) sorted by relevance

/external/v8/test/mjsunit/tools/
H A Dcodemap.js51 codeMap.addLibrary(0x1500, newCodeEntry(0x3000, 'lib1'));
52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2'));
53 codeMap.addLibrary(0x155500, newCodeEntry(0x10000, 'lib3'));
H A Dprofile.js75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp43 New->addLibrary(*I);
/external/v8/tools/
H A Dcodemap.js118 CodeMap.prototype.addLibrary = function(
H A Dprofile.js102 Profile.prototype.addLibrary = function(
106 this.codeMap_.addLibrary(startAddr, entry);
H A Dtickprocessor.js298 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
/external/llvm/include/llvm/
H A DModule.h537 void addLibrary(StringRef Lib);
/external/llvm/lib/VMCore/
H A DModule.cpp455 void Module::addLibrary(StringRef Lib) { function in class:Module
/external/llvm/tools/llvm-ld/
H A Dllvm-ld.cpp589 TheLinker.getModule()->addLibrary(*I);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1193 DstM->addLibrary(*SI);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp281 M->addLibrary(Str);
285 M->addLibrary(Str);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1561 TheModule->addLibrary(S);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 122 milliseconds