Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h121 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h237 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function