Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp98 if (!IndexToWrite || (M && (!M->empty() || !M->global_empty()))) in WriteOutputFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h682 bool global_empty() const { return GlobalList.empty(); } in global_empty() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp361 return Mod.empty() && Mod.global_empty() && Mod.named_metadata_empty() && in isEmptyModule()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp812 CachedInCodeGenModule->global_empty() && in GenModule()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1011 if (OrigM.global_empty()) in ReduceGlobalInitializers()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1228 if (!M.global_empty()) { in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3149 if (!M->global_empty()) Out << '\n'; in printModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1540 if (!M.global_empty()) { in writeModuleInfo()