Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
128 bool hasComdat() const { return getComdat() != nullptr; } in getComdat() function 129 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
243 Comdat *getComdat() { in getComdat() function
193 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1840 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser