Searched defs:getComdatIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Object/ | ||
H A D | IRSymtab.cpp | 188 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { getComdatIndex() function in __anon23a294540111::Builder |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | IRSymtab.h | 190 int getComdatIndex() const { return ComdatIndex; } getComdatIndex() function |