Home
last modified time | relevance | path

Searched refs:getRelocations (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1205 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile
1797 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.cpp36 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
H A DWriter.cpp441 file->getCOFFObj()->getRelocations(sc->header); in createThunks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1073 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;