Searched refs:LLD_KIND_STRING_ENTRY (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 262 LLD_KIND_STRING_ENTRY(invalid), 263 LLD_KIND_STRING_ENTRY(modeCode), 264 LLD_KIND_STRING_ENTRY(modeData), 265 LLD_KIND_STRING_ENTRY(branch32), 266 LLD_KIND_STRING_ENTRY(ripRel32), 267 LLD_KIND_STRING_ENTRY(ripRel32Minus1), 268 LLD_KIND_STRING_ENTRY(ripRel32Minus2), 269 LLD_KIND_STRING_ENTRY(ripRel32Minus4), 270 LLD_KIND_STRING_ENTRY(ripRel32Anon), 271 LLD_KIND_STRING_ENTRY(ripRel32Minus1Anon), [all …]
|
D | ArchHandler_arm64.cpp | 236 LLD_KIND_STRING_ENTRY(invalid), 237 LLD_KIND_STRING_ENTRY(branch26), 238 LLD_KIND_STRING_ENTRY(page21), 239 LLD_KIND_STRING_ENTRY(offset12), 240 LLD_KIND_STRING_ENTRY(offset12scale2), 241 LLD_KIND_STRING_ENTRY(offset12scale4), 242 LLD_KIND_STRING_ENTRY(offset12scale8), 243 LLD_KIND_STRING_ENTRY(offset12scale16), 244 LLD_KIND_STRING_ENTRY(gotPage21), 245 LLD_KIND_STRING_ENTRY(gotOffset12), [all …]
|
D | ArchHandler_x86.cpp | 178 LLD_KIND_STRING_ENTRY(invalid), 179 LLD_KIND_STRING_ENTRY(modeCode), 180 LLD_KIND_STRING_ENTRY(modeData), 181 LLD_KIND_STRING_ENTRY(branch32), 182 LLD_KIND_STRING_ENTRY(branch16), 183 LLD_KIND_STRING_ENTRY(abs32), 184 LLD_KIND_STRING_ENTRY(funcRel32), 185 LLD_KIND_STRING_ENTRY(pointer32), 186 LLD_KIND_STRING_ENTRY(delta32), 187 LLD_KIND_STRING_ENTRY(negDelta32), [all …]
|
D | ArchHandler_arm.cpp | 217 LLD_KIND_STRING_ENTRY(invalid), 218 LLD_KIND_STRING_ENTRY(modeThumbCode), 219 LLD_KIND_STRING_ENTRY(modeArmCode), 220 LLD_KIND_STRING_ENTRY(modeData), 221 LLD_KIND_STRING_ENTRY(thumb_bl22), 222 LLD_KIND_STRING_ENTRY(thumb_b22), 223 LLD_KIND_STRING_ENTRY(thumb_movw), 224 LLD_KIND_STRING_ENTRY(thumb_movt), 225 LLD_KIND_STRING_ENTRY(thumb_movw_funcRel), 226 LLD_KIND_STRING_ENTRY(thumb_movt_funcRel), [all …]
|
/external/llvm-project/lld/include/lld/Core/ |
D | Reader.h | 149 #define LLD_KIND_STRING_ENTRY(name) { name, #name } macro
|