Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DRelocations.cpp89 for (const WasmRelocation &reloc : chunk->getRelocations()) { in scanRelocations()
DMarkLive.cpp125 for (const WasmRelocation reloc : c->getRelocations()) { in mark()
DInputChunks.h47 ArrayRef<WasmRelocation> getRelocations() const { return relocations; } in getRelocations() function
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
/external/llvm-project/lld/COFF/
DChunks.cpp35 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
DWriter.cpp441 file->getCOFFObj()->getRelocations(sc->header); in createThunks()
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp1194 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile
1786 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp1172 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile
1769 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
/external/llvm/include/llvm/Object/
DCOFF.h853 getRelocations(const coff_section *Sec) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h1039 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h1050 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1106 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile