Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp151 LLVM_DEBUG(dbgs() << "\tnew alignment: " << DebugStr(NewAlignment) << "\n"); in getNewAlignment()
177 LLVM_DEBUG(dbgs() << "\tnew start alignment: " << DebugStr(NewAlignment) in getNewAlignment()
179 LLVM_DEBUG(dbgs() << "\tnew inc alignment: " << DebugStr(NewIncAlignment) in getNewAlignment()
189 << DebugStr(NewIncAlign) << "\n"); in getNewAlignment()
193 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment()
198 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment()
280 LLVM_DEBUG(dbgs() << "\tmem inst: " << DebugStr(NewDestAlignment) in processAssumption()
293 LLVM_DEBUG(dbgs() << "\tmem trans: " << DebugStr(NewSrcAlignment) in processAssumption()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp44 LLVM_DEBUG(dbgs() << "Warning: requested alignment " << DebugStr(Alignment) in clampStackAlignment()
46 << DebugStr(StackAlignment) in clampStackAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp85 std::vector<StringRef> DebugStr; in dumpDebugStrings() local
91 DebugStr.push_back(CStr); in dumpDebugStrings()
94 Y.DebugStrings = DebugStr; in dumpDebugStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignment.h350 inline std::string DebugStr(const Align &A) { in DebugStr() function
354 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp268 << DebugStr(MF.getFrameInfo().getObjectAlign(FrameIndex)) in eliminateFrameIndex()
/netbsd-src/external/bsd/pdisk/dist/
H A DDoSCSICommand.c332 DebugStr(work); in DoOriginalSCSICommand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1175 HANDLE_DWARF_SECTION(DebugStr, ".debug_str", "debug-str", BoolOption)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9956 << DebugStr(RequiredAlignment) << " vs " in tryToElideArgumentCopy()
9957 << DebugStr(MFI.getObjectAlign(FixedIndex)) << ")\n"); in tryToElideArgumentCopy()