Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp24 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString() argument
25 switch (relocType) { in relocTypeToString()
35 bool relocIs64(uint8_t relocType) { in relocIs64() argument
36 switch (relocType) { in relocIs64()
DInputChunks.h242 StringRef relocTypeToString(uint8_t relocType);
/external/llvm-project/lld/ELF/
DTarget.h64 virtual bool needsThunk(RelExpr expr, RelType relocType,
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp41 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,