Home
last modified time | relevance | path

Searched refs:PLTPCRelativeSpecifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h55 uint32_t PLTPCRelativeSpecifier = 0; variable
218 bool hasPLTPCRelative() const { return PLTPCRelativeSpecifier; } in hasPLTPCRelative()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp29 PLTPCRelativeSpecifier = ELF::R_RISCV_PLT32; in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1198 if (PCRelativeOffset && PLTPCRelativeSpecifier) { in lowerSymbolDifference()
1205 return MCSpecifierExpr::create(Res, PLTPCRelativeSpecifier, getContext()); in lowerSymbolDifference()