Home
last modified time | relevance | path

Searched refs:global_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModule.h608 size_t global_size () const { return GlobalList.size(); } in global_size() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1370 const unsigned InitialGlobalSize = M.global_size(); in runImpl()
1620 M.global_size() != InitialGlobalSize || M.size() != InitialModuleSize; in runImpl()