Home
last modified time | relevance | path

Searched refs:visitGlobalVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h256 SizeOffsetAPInt visitGlobalVariable(GlobalVariable &GV);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp767 return visitGlobalVariable(*GV); in computeValue()
852 ObjectSizeOffsetVisitor::visitGlobalVariable(GlobalVariable &GV) { in visitGlobalVariable() function in ObjectSizeOffsetVisitor
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp465 visitGlobalVariable(GV); in verify()
496 void visitGlobalVariable(const GlobalVariable &GV);
822 void Verifier::visitGlobalVariable(const GlobalVariable &GV) { in visitGlobalVariable() function in Verifier