Searched refs:raise_relocation_error (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 279 void raise_relocation_error(unsigned bits, unsigned kind) { in raise_relocation_error() function 325 raise_relocation_error(0, kind); in getFixupNoBits() 353 raise_relocation_error(0, kind); in getFixupNoBits() 378 raise_relocation_error(0, kind); in getFixupNoBits() 398 raise_relocation_error(0, kind); in getFixupNoBits() 402 raise_relocation_error(0, kind); in getFixupNoBits() 475 raise_relocation_error(bits, kind); in getExprOpValue() 518 raise_relocation_error(bits, kind); in getExprOpValue() 538 raise_relocation_error(bits, kind); in getExprOpValue() 573 raise_relocation_error(bits, kind); in getExprOpValue() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 460 static void raise_relocation_error(unsigned Width, unsigned Kind) { in raise_relocation_error() function 510 raise_relocation_error(0, VarKind); in getFixupNoBits() 557 raise_relocation_error(0, VarKind); in getFixupNoBits() 705 raise_relocation_error(FixupWidth, VarKind); in getExprOpValue()
|