Home
last modified time | relevance | path

Searched refs:lowerRelativeReference (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h105 const MCExpr *lowerRelativeReference(const GlobalValue *LHS,
189 const MCExpr *lowerRelativeReference(const GlobalValue *LHS,
225 const MCExpr *lowerRelativeReference(const GlobalValue *LHS,
253 const MCExpr *lowerRelativeReference(const GlobalValue *LHS,
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h190 virtual const MCExpr *lowerRelativeReference(const GlobalValue *LHS, in lowerRelativeReference() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1125 const MCExpr *TargetLoweringObjectFileELF::lowerRelativeReference( in lowerRelativeReference() function in TargetLoweringObjectFileELF
1976 const MCExpr *TargetLoweringObjectFileCOFF::lowerRelativeReference( in lowerRelativeReference() function in TargetLoweringObjectFileCOFF
2203 const MCExpr *TargetLoweringObjectFileWasm::lowerRelativeReference( in lowerRelativeReference() function in TargetLoweringObjectFileWasm
2542 const MCExpr *TargetLoweringObjectFileXCOFF::lowerRelativeReference( in lowerRelativeReference() function in TargetLoweringObjectFileXCOFF
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2987 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM); in lowerConstant()