Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.cpp35 Relocs(File->getCOFFObj()->getRelocations(Header)) { in SectionChunk()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1035 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1196 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile