Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp75 E = Finder.global_variable_end(); I != E; ++I) { in print()
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h825 iterator global_variable_end() const { return GVs.end(); } in global_variable_end() function
/freebsd-10-stable/contrib/llvm/lib/IR/
DVerifier.cpp2393 E = Finder.global_variable_end(); I != E; ++I) in verifyDebugInfo()