Home
last modified time | relevance | path

Searched defs:ShouldPreserveUseListOrder (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp37 bool ShouldPreserveUseListOrder; in PrintModulePassWrapper() argument
31 bool ShouldPreserveUseListOrder; global() member in __anon68e51c810111::PrintModulePassWrapper
128 createPrintModulePass(llvm::raw_ostream & OS,const std::string & Banner,bool ShouldPreserveUseListOrder) createPrintModulePass() argument
H A DAsmWriter.cpp2613 bool ShouldPreserveUseListOrder; global() member in __anoncb2f1b2a0911::AssemblyWriter
2712 AssemblyWriter(formatted_raw_ostream & o,SlotTracker & Mac,const Module * M,AssemblyAnnotationWriter * AAW,bool IsForDebug,bool ShouldPreserveUseListOrder) AssemblyWriter() argument
4735 print(raw_ostream & ROS,AssemblyAnnotationWriter * AAW,bool ShouldPreserveUseListOrder,bool IsForDebug) const print() argument
4746 print(raw_ostream & ROS,AssemblyAnnotationWriter * AAW,bool ShouldPreserveUseListOrder,bool IsForDebug) const print() argument
4757 print(raw_ostream & ROS,AssemblyAnnotationWriter * AAW,bool ShouldPreserveUseListOrder,bool IsForDebug) const print() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp50 ShouldPreserveUseListOrder(ShouldPreserveUseListOrder) { in WriteBitcodePass() argument
42 bool ShouldPreserveUseListOrder; global() member in __anonfeacbc650111::WriteBitcodePass
H A DValueEnumerator.h106 bool ShouldPreserveUseListOrder; variable
H A DBitcodeWriter.cpp187 ModuleBitcodeWriterBase(const Module & M,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index) ModuleBitcodeWriterBase() argument
270 ModuleBitcodeWriter(const Module & M,SmallVectorImpl<char> & Buffer,StringTableBuilder & StrtabBuilder,BitstreamWriter & Stream,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash=nullptr) ModuleBitcodeWriter() argument
4891 writeModule(const Module & M,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) writeModule() argument
4919 WriteBitcodeToFile(const Module & M,raw_ostream & Out,bool ShouldPreserveUseListOrder,const ModuleSummaryIndex * Index,bool GenerateHash,ModuleHash * ModHash) WriteBitcodeToFile() argument
[all...]
H A DValueEnumerator.cpp323 ValueEnumerator(const Module & M,bool ShouldPreserveUseListOrder) ValueEnumerator() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h43 bool ShouldPreserveUseListOrder; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h35 bool ShouldPreserveUseListOrder; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp27 PrintModulePass(raw_ostream & OS,const std::string & Banner,bool ShouldPreserveUseListOrder,bool EmitSummaryIndex) PrintModulePass() argument