HomeSort by: relevance | last modified time | path
    Searched refs:VK_TPREL_LO12_NC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 67 case VK_TPREL_LO12_NC: return ":tprel_lo12_nc:";
AArch64MCExpr.h 106 VK_TPREL_LO12_NC = VK_TPREL | VK_PAGEOFF | VK_NC,
AArch64ELFObjectWriter.cpp 219 if (RefKind == AArch64MCExpr::VK_TPREL_LO12_NC)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 745 ELFRefKind == AArch64MCExpr::VK_TPREL_LO12_NC ||
860 || ELFRefKind == AArch64MCExpr::VK_TPREL_LO12_NC
3435 .Case("tprel_lo12_nc", AArch64MCExpr::VK_TPREL_LO12_NC)
4390 ELFRefKind == AArch64MCExpr::VK_TPREL_LO12_NC ||

Completed in 39 milliseconds