Home
last modified time | relevance | path

Searched refs:ComdatName (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp64 bool getComdatLeader(Module &M, StringRef ComdatName,
66 bool computeResultingSelectionKind(StringRef ComdatName,
132 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader()
137 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader()
144 "Linking COMDATs named '" + ComdatName + in getComdatLeader()
171 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
183 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
184 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
204 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
205 getComdatLeader(*SrcM, ComdatName, SrcGV)) in computeResultingSelectionKind()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp123 SmallString<0> ComdatName; in maybeInternalize() local