Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp619 DwarfLinkerForBinary::AddressManager::getRelocations( in getRelocations() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
659 getRelocations(AllRelocs, StartOffset, EndOffset); in hasValidRelocationAt()
762 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs()
785 getRelocations(ValidDebugAddrRelocs, StartOffset, EndOffset); in relocateIndexedAddr()
H A DDwarfLinkerForBinary.h94 getRelocations(const std::vector<ValidReloc> &Relocs, uint64_t StartPos,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1198 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile
1790 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1073 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;