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
317 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h190 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h154 using irsymtab::Symbol::getComdatIndex;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp525 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1753 int c = objSym.getComdatIndex(); in createBitcodeSymbol()
1815 int c = irSym.getComdatIndex(); in postParse()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1083 int comdatIndex = objSym.getComdatIndex(); in parse()