Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp88 for (const WasmRelocation &reloc : chunk->getRelocations()) { in scanRelocations()
H A DMarkLive.cpp118 for (const WasmRelocation reloc : c->getRelocations()) { in mark()
H A DInputChunks.h61 ArrayRef<WasmRelocation> getRelocations() const { return relocations; } in getRelocations() function
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp904 DwarfLinkerForBinary::AddressManager::getRelocations( in getRelocations() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager
944 getRelocations(AllRelocs, StartOffset, EndOffset); in hasValidRelocationAt()
1047 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs()
1070 getRelocations(ValidDebugAddrRelocs, StartOffset, EndOffset); in relocateIndexedAddr()
H A DDwarfLinkerForBinary.h95 getRelocations(const std::vector<ValidReloc> &Relocs, uint64_t StartPos,
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1262 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile
1860 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp37 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
H A DWriter.cpp451 file->getCOFFObj()->getRelocations(sc->header); in createThunks()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1068 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;