Searched refs:DebugStr (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | AlignmentFromAssumptions.cpp | 104 LLVM_DEBUG(dbgs() << "\tnew alignment: " << DebugStr(NewAlignment) << "\n"); in getNewAlignment() 130 LLVM_DEBUG(dbgs() << "\tnew start alignment: " << DebugStr(NewAlignment) in getNewAlignment() 132 LLVM_DEBUG(dbgs() << "\tnew inc alignment: " << DebugStr(NewIncAlignment) in getNewAlignment() 142 << DebugStr(NewIncAlign) << "\n"); in getNewAlignment() 146 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment() 151 LLVM_DEBUG(dbgs() << "\tnew start/inc alignment: " << DebugStr(NewAlign) in getNewAlignment() 240 LLVM_DEBUG(dbgs() << "\tmem inst: " << DebugStr(NewDestAlignment) in processAssumption() 253 LLVM_DEBUG(dbgs() << "\tmem trans: " << DebugStr(NewSrcAlignment) in processAssumption()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 964 case StringDestinationKind::DebugStr: { in assignOffsetsToStrings() 1008 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1017 StringHandler(DebugStr, Info.String); in forEachOutputString() 1024 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1035 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1043 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1122 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1167 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections() 1174 case StringDestinationKind::DebugStr: { in emitStringSections() 1186 CommonSections.getSectionDescriptor(DebugSectionKind::DebugStr) in emitStringSections()
|
H A D | DWARFLinkerImpl.h | 293 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 44 LLVM_DEBUG(dbgs() << "Warning: requested alignment " << DebugStr(Alignment) in clampStackAlignment() 46 << DebugStr(StackAlignment) in clampStackAlignment()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 312 inline std::string DebugStr(const Align &A) { in DebugStr() function 316 inline std::string DebugStr(const MaybeAlign &MA) { in DebugStr() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 40 DebugStr, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.cpp | 263 << DebugStr(MF.getFrameInfo().getObjectAlign(FrameIndex)) in eliminateFrameIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 265 case DebugSectionKind::DebugStr: in getMCSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1305 HANDLE_DWARF_SECTION(DebugStr, ".debug_str", "debug-str", BoolOption)
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11405 << DebugStr(RequiredAlignment) << " vs " in tryToElideArgumentCopy() 11406 << DebugStr(MFI.getObjectAlign(FixedIndex)) << ")\n"); in tryToElideArgumentCopy()
|