Home
last modified time | relevance | path

Searched refs:scanRelocations (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.h17 void scanRelocations(InputChunk *chunk);
H A DRelocations.cpp83 void scanRelocations(InputChunk *chunk) { in scanRelocations() function
H A DWriter.cpp837 static void scanRelocations() { in scanRelocations() function
841 scanRelocations(chunk); in scanRelocations()
843 scanRelocations(chunk); in scanRelocations()
845 scanRelocations(p); in scanRelocations()
1606 scanRelocations(); in run()
/openbsd-src/gnu/llvm/lld/ELF/
H A DRelocations.h128 template <class ELFT> void scanRelocations();
H A DWriter.cpp1927 scanRelocations<ELFT>(); in finalizeSections()
/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp51 void scanRelocations();
664 void Writer::scanRelocations() { in scanRelocations() function in Writer
1280 scanRelocations(); in run()