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
71 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function72 Comdat *getComdat() { return ObjComdat; } in getComdat() function
191 const Comdat *getComdat() const { in getComdat() function
141 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue
1221 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser