Searched refs:addLibrary (Results 1 - 12 of 12) 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.js116 CodeMap.prototype.addLibrary = function(
H A Dprofile.js102 Profile.prototype.addLibrary = function(
106 this.codeMap_.addLibrary(startAddr, entry);
H A Dtickprocessor.js296 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
/external/llvm/include/llvm/
H A DModule.h481 void addLibrary(StringRef Lib);
/external/llvm/lib/VMCore/
H A DModule.cpp399 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.cpp911 DstM->addLibrary(*SI);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp286 M->addLibrary(Str);
290 M->addLibrary(Str);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1678 TheModule->addLibrary(S);

Completed in 1887 milliseconds