Home
last modified time | relevance | path

Searched defs:getComdatIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp186 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anon009a90810111::Builder
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h190 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function