Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h349 StringRef relocTypeToString(uint8_t relocType);
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h65 virtual bool needsThunk(RelExpr expr, RelType relocType,
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC.cpp45 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,