Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp101 if (!IndexToWrite || (M && (!M->empty() || !M->global_empty()))) in WriteOutputFile()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp377 CachedInCodeGenModule->global_empty() && in GenModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h699 bool global_empty() const { return GlobalList.empty(); } in global_empty() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1021 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.cpp2986 if (!M->global_empty()) Out << '\n'; in printModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1472 if (!M.global_empty()) { in writeModuleInfo()