Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
131 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function132 Comdat *getComdat() { return ObjComdat; } in getComdat() function
245 Comdat *getComdat() { in getComdat() function
201 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1830 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser