Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.cpp25 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString() argument
26 switch (relocType) { in relocTypeToString()
36 bool relocIs64(uint8_t relocType) { in relocIs64() argument
37 switch (relocType) { in relocIs64()
H A DInputChunks.h351 StringRef relocTypeToString(uint8_t relocType);
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h66 virtual bool needsThunk(RelExpr expr, RelType relocType,
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp45 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,