Searched refs:RelocationType (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp48 MCSymbolRefExpr::VariantKind RelocationType; local
51 RelocationType = MCSymbolRefExpr::VK_None;
54 RelocationType = MCSymbolRefExpr::VK_Hexagon_PCREL;
57 RelocationType = MCSymbolRefExpr::VK_GOT;
60 RelocationType = MCSymbolRefExpr::VK_Hexagon_LO16;
63 RelocationType = MCSymbolRefExpr::VK_Hexagon_HI16;
66 RelocationType = MCSymbolRefExpr::VK_Hexagon_GPREL;
69 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_GOT;
72 RelocationType = MCSymbolRefExpr::VK_Hexagon_GD_PLT;
75 RelocationType
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h153 enum RelocationType : uint8_t {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h189 XCOFF::RelocationType Type;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp118 static const EnumEntry<XCOFF::RelocationType> RelocationTypeNameclass[] = {

Completed in 90 milliseconds