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
239 Comdat *getComdat() { in getComdat() function
75 uint32_t getComdat() const { return comdat; } in getComdat() function
175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
1674 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() function in LLParser