Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
123 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function124 Comdat *getComdat() { return ObjComdat; } in getComdat() function
224 Comdat *getComdat() { in getComdat() function
172 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1584 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser