Home
last modified time | relevance | path

Searched defs:hasComdat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h128 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h241 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function