Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-as/
HDllvm-as.cpp101 if (!IndexToWrite || (M && (!M->empty() || !M->global_empty()))) in WriteOutputFile()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp377 CachedInCodeGenModule->global_empty() && in GenModule()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h699 bool global_empty() const { return GlobalList.empty(); } in global_empty() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp1021 if (OrigM.global_empty()) in ReduceGlobalInitializers()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1228 if (!M.global_empty()) { in writeModuleInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp2986 if (!M->global_empty()) Out << '\n'; in printModule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1472 if (!M.global_empty()) { in writeModuleInfo()