Searched defs:getComdat (Results 1 – 5 of 5) sorted by relevance
122 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function123 Comdat *getComdat() { return ObjComdat; } in getComdat() function
229 Comdat *getComdat() { in getComdat() function
74 uint32_t getComdat() const { return comdat; } in getComdat() function
181 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1587 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser