Home
last modified time | relevance | path

Searched refs:getComdatIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp114 Expected<int> getComdatIndex(const Comdat *C, const Module *M);
186 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anon009a90810111::Builder
316 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h193 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h162 using irsymtab::Symbol::getComdatIndex;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp557 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1394 int comdatIndex = objSym.getComdatIndex(); in parse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1927 int c = irSym.getComdatIndex(); in postParse()