Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1076 std::vector<std::pair<Symbol *, bool>> comdat(obj->getComdatTable().size()); in parse()
1077 for (size_t i = 0; i != obj->getComdatTable().size(); ++i) in parse()
1080 ctx.symtab.addComdat(this, saver.save(obj->getComdatTable()[i].first)); in parse()
1116 if (symName == obj->getComdatTable()[comdatIndex].first) { in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h288 getComdatTable() const { in getComdatTable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h182 ArrayRef<std::pair<StringRef, Comdat::SelectionKind>> getComdatTable() const { in getComdatTable() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp497 Input->getComdatTable(); in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp563 File->ComdatTable = FOrErr->TheReader.getComdatTable(); in create()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1774 for (std::pair<StringRef, Comdat::SelectionKind> s : obj->getComdatTable()) { in parse()