Searched defs:getComdat (Results 1 – 4 of 4) sorted by relevance
61 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function62 Comdat *getComdat() { return ObjComdat; } in getComdat() function
118 const Comdat *getComdat() const { in getComdat() function
112 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue
1090 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser