Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h122 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h222 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function