Searched refs:ModuleLinker (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp29 class ModuleLinker { class in namespace:__anon12846
120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, function in class:__anon12846::ModuleLinker
129 bool ModuleLinker::doImportAsDefinition(const GlobalValue *SGV) {
147 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName,
167 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName,
235 bool ModuleLinker::getComdatResult(const Comdat *SrcC,
257 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc,
353 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) {
420 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) {
451 void ModuleLinker
[all...]
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkModules.cpp314 // ModuleLinker implementation.
318 /// ModuleLinker - This is an implementation class for the LinkModules
320 class ModuleLinker { class in namespace:__anon19927
347 ModuleLinker(Module *dstM, Module *srcM, unsigned mode) function in class:__anon19927::ModuleLinker
442 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src,
519 void ModuleLinker::computeTypeMapping() {
552 bool ModuleLinker::linkAppendingVarProto(GlobalVariable *DstGV,
616 bool ModuleLinker::linkGlobalProto(GlobalVariable *SGV) {
677 bool ModuleLinker::linkFunctionProto(Function *SF) {
719 bool ModuleLinker
[all...]

Completed in 232 milliseconds