Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp104 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 DDWARFLinkerImpl.cpp964 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 DDWARFLinkerImpl.h293 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp44 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 DAlignment.h312 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 DDWARFLinkerBase.h40 DebugStr, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp263 << DebugStr(MF.getFrameInfo().getObjectAlign(FrameIndex)) in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp265 case DebugSectionKind::DebugStr: in getMCSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1305 HANDLE_DWARF_SECTION(DebugStr, ".debug_str", "debug-str", BoolOption)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11405 << DebugStr(RequiredAlignment) << " vs " in tryToElideArgumentCopy()
11406 << DebugStr(MFI.getObjectAlign(FixedIndex)) << ")\n"); in tryToElideArgumentCopy()