Home
last modified time | relevance | path

Searched defs:PCRelativeOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h212 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerRelativeReference()
222 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerDSOLocalEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1222 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerDSOLocalEquivalent()
2070 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerRelativeReference()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3584 std::optional<int64_t> PCRelativeOffset; in lowerConstant() local