Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRSymtab.cpp106 Expected<int> getComdatIndex(const Comdat *C, const Module *M);
151 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() function in __anon91142a060111::Builder
262 Expected<int> ComdatIndexOrErr = getComdatIndex(C, GV->getParent()); in addSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DIRSymtab.h182 int getComdatIndex() const { return ComdatIndex; } in getComdatIndex() function
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h137 using irsymtab::Symbol::getComdatIndex;
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp374 int Comdat = Sym.getComdatIndex(); in dumpSymtab()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp531 int ComdatIndex = ObjSym.getComdatIndex(); in parse()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp1154 int C = ObjSym.getComdatIndex(); in createBitcodeSymbol()