Searched defs:hasComdat (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalObject.h | 128 bool hasComdat() const { return getComdat() != nullptr; } hasComdat() function |
H A D | GlobalValue.h | 241 bool hasComdat() const { return getComdat() != nullptr; } hasComdat() function |