Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
49 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function50 Comdat *getComdat() { return ObjComdat; } in getComdat() function
116 const Comdat *getComdat() const { in getComdat() function
101 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue
1165 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser