Home
last modified time | relevance | path

Searched refs:relocTypeToString (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DRelocations.cpp119 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) + in scanRelocations()
129 relocTypeToString(reloc.Type) + in scanRelocations()
136 relocTypeToString(reloc.Type) + " cannot be used against `" + in scanRelocations()
157 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) + in scanRelocations()
H A DInputChunks.cpp25 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString() function
114 LLVM_DEBUG(dbgs() << "apply reloc: type=" << relocTypeToString(rel.Type)); in relocate()
383 LLVM_DEBUG(dbgs() << "gen reloc: type=" << relocTypeToString(rel.Type) in generateRelocationCode()
H A DInputChunks.h349 StringRef relocTypeToString(uint8_t relocType);