Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
129 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function130 Comdat *getComdat() { 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