Searched defs:IsForDebug (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp76 print(dbgs(), /* IsForDebug */ true, TRI);
79 void RegisterBank::print(raw_ostream &OS, bool IsForDebug, argument
82 if (!IsForDebug)
/external/llvm/lib/IR/
H A DAsmWriter.cpp2064 bool IsForDebug; member in class:__anon14058::AssemblyWriter
2072 AssemblyAnnotationWriter *AAW, bool IsForDebug,
2123 bool IsForDebug, bool ShouldPreserveUseListOrder)
2125 IsForDebug(IsForDebug),
2647 if (F->isDeclaration() && !IsForDebug) {
3297 bool IsForDebug) const {
3301 IsForDebug,
3307 bool ShouldPreserveUseListOrder, bool IsForDebug) const {
3310 AssemblyWriter W(OS, SlotTable, this, AAW, IsForDebug,
2121 AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac, const Module *M, AssemblyAnnotationWriter *AAW, bool IsForDebug, bool ShouldPreserveUseListOrder) argument
[all...]

Completed in 206 milliseconds