Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DRelocations.cpp120 relocTypeToString(reloc.Type) + " cannot be used against `" + in scanRelocations()
138 error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) + in scanRelocations()
DInputChunks.cpp24 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString() function
115 relocTypeToString(rel.Type) + ": existing=" + in verifyRelocTargets()
142 LLVM_DEBUG(dbgs() << "apply reloc: type=" << relocTypeToString(rel.Type)); in writeTo()
374 LLVM_DEBUG(dbgs() << "gen reloc: type=" << relocTypeToString(rel.Type) in generateRelocationCode()
DInputChunks.h242 StringRef relocTypeToString(uint8_t relocType);