Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h551 bool isAbsoluteSymbolRef() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h516 bool isAbsoluteSymbolRef() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp264 bool GlobalValue::isAbsoluteSymbolRef() const { in isAbsoluteSymbolRef() function in GlobalValue
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp742 if (GV->isAbsoluteSymbolRef()) in handleConstantAddresses()
DX86ISelLowering.cpp15715 if (GV && GV->isAbsoluteSymbolRef()) in getGlobalWrapperKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1932 if (!GV->isAbsoluteSymbolRef() && !GV->hasExternalWeakLinkage() && in isKnownNonZero()