Searched refs:ComdatName (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 65 bool getComdatLeader(Module &M, StringRef ComdatName, 67 bool computeResultingSelectionKind(StringRef ComdatName, 131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() argument 133 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader() 138 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 145 "Linking COMDATs named '" + ComdatName + in getComdatLeader() 151 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() argument 172 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 182 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 189 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() [all …]
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 67 bool getComdatLeader(Module &M, StringRef ComdatName, 69 bool computeResultingSelectionKind(StringRef ComdatName, 147 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader() argument 149 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader() 154 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader() 161 "Linking COMDATs named '" + ComdatName + in getComdatLeader() 167 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind() argument 188 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 198 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind() 205 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 68 for (StringRef ComdatName : Comdats) in dumpCustomSection() local 69 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3772 std::string ComdatName; in parseModule() local 3773 ComdatName.reserve(ComdatNameSize); in parseModule() 3775 ComdatName += (char)Record[2 + i]; in parseModule() 3776 Comdat *C = TheModule->getOrInsertComdat(ComdatName); in parseModule()
|