Home
last modified time | relevance | path

Searched refs:isAbsoluteSymbolRef (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h558 bool isAbsoluteSymbolRef() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp291 bool GlobalValue::isAbsoluteSymbolRef() const { in isAbsoluteSymbolRef() function in GlobalValue
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp730 if (GV->isAbsoluteSymbolRef()) in handleConstantAddresses()
H A DX86ISelLowering.cpp19205 if (GV && GV->isAbsoluteSymbolRef()) in getGlobalWrapperKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2323 if (!GV->isAbsoluteSymbolRef() && !GV->hasExternalWeakLinkage() && in isKnownNonZero()