Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h254 SizeOffsetAPInt visitGlobalVariable(GlobalVariable &GV);
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp449 visitGlobalVariable(GV); in verify()
480 void visitGlobalVariable(const GlobalVariable &GV);
772 void Verifier::visitGlobalVariable(const GlobalVariable &GV) { in visitGlobalVariable() function in Verifier