Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DInputFiles.cpp223 static void setRelocs(const std::vector<T *> &chunks, in setRelocs() function
494 setRelocs(segments, dataSection); in parse()
506 setRelocs(functions, codeSection); in parse()
/openbsd/gnu/llvm/lld/COFF/
H A DChunks.cpp37 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
469 setRelocs(newRelocs); in sortRelocations()
H A DChunks.h283 void setRelocs(ArrayRef<coff_relocation> newRelocs) { in setRelocs() function
H A DWriter.cpp521 sc->setRelocs(newRelocs); in createThunks()