Home
last modified time | relevance | path

Searched refs:FileGot (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp669 FileGot &G = getGot(File); in addEntry()
782 bool MipsGotSection::tryMergeGots(FileGot &Dst, FileGot &Src, bool IsPrimary) { in tryMergeGots()
783 FileGot Tmp = Dst; in tryMergeGots()
805 for (const FileGot &G : Gots) in updateAllocSize()
819 for (FileGot &Got : Gots) { in build()
831 for (FileGot &Got : Gots) { in build()
843 for (FileGot &Got : Gots) { in build()
850 for (FileGot &Got : Gots) { in build()
871 for (FileGot &SrcGot : Gots) { in build()
900 for (FileGot &Got : Gots) { in build()
[all …]
H A DSyntheticSections.h315 struct FileGot { struct
348 std::vector<FileGot> Gots; argument
351 FileGot &getGot(InputFile &F);
356 bool tryMergeGots(FileGot & Dst, FileGot & Src, bool IsPrimary);