Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-as/
H A Dllvm-as.cpp99 if (!IndexToWrite || (M && (!M->empty() || !M->global_empty()))) in WriteOutputFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h606 bool global_empty() const { return GlobalList.empty(); } in global_empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1036 if (OrigM.global_empty()) in ReduceGlobalInitializers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2859 if (!M->global_empty()) Out << '\n'; in printModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1271 if (!M.global_empty()) { in writeModuleInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3424 | ``global_begin()``, ``global_end()``, ``global_size()``, ``global_empty()``