Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp99 if (!IndexToWrite || (M && (!M->empty() || !M->global_empty()))) in WriteOutputFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h609 bool global_empty() const { return GlobalList.empty(); } in global_empty() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1036 if (OrigM.global_empty()) in ReduceGlobalInitializers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2848 if (!M->global_empty()) Out << '\n'; in printModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1275 if (!M.global_empty()) { in writeModuleInfo()