Searched refs:PCRelativeOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 123 std::optional<int64_t> PCRelativeOffset) const; 127 std::optional<int64_t> PCRelativeOffset, 218 std::optional<int64_t> PCRelativeOffset,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 212 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerRelativeReference() argument 222 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerDSOLocalEquivalent() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1193 std::optional<int64_t> PCRelativeOffset) const { in lowerSymbolDifference() 1198 if (PCRelativeOffset && PLTPCRelativeSpecifier) { in lowerSymbolDifference() 1201 Addend += *PCRelativeOffset; in lowerSymbolDifference() 1222 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerDSOLocalEquivalent() argument 1224 return lowerSymbolDifference(LHS, RHS, Addend, PCRelativeOffset); in lowerDSOLocalEquivalent() 2070 std::optional<int64_t> PCRelativeOffset, const TargetMachine &TM) const { in lowerRelativeReference() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3584 std::optional<int64_t> PCRelativeOffset; in lowerConstant() local 3586 PCRelativeOffset = Offset; in lowerConstant() 3590 LHSGV, RHSGV, Addend, PCRelativeOffset, TM); in lowerConstant() 3600 LHSSym, RHSSym, Addend, PCRelativeOffset, TM); in lowerConstant()
|