Searched defs:getComdat (Results 1 – 6 of 6) sorted by relevance
74 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function75 Comdat *getComdat() { return ObjComdat; } in getComdat() function
208 const Comdat *getComdat() const { in getComdat() function
120 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function121 Comdat *getComdat() { return ObjComdat; } in getComdat() function
231 Comdat *getComdat() { in getComdat() function
175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1465 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser