Home
last modified time | relevance | path

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

/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()
241 LLVM_DEBUG(dbgs() << "\tmem inst: " << DebugStr(NewDestAlignment) in processAssumption()
254 LLVM_DEBUG(dbgs() << "\tmem trans: " << DebugStr(NewSrcAlignment) in processAssumption()
/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp43 .Case(getSectionName(DebugSectionKind::DebugStr), in parseDebugTableName()
44 DebugSectionKind::DebugStr) in parseDebugTableName()
/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
/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp44 LLVM_DEBUG(dbgs() << "Warning: requested alignment " << DebugStr(Alignment) in clampStackAlignment()
46 << DebugStr(StackAlignment) in clampStackAlignment()
/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
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp91 std::vector<StringRef> DebugStr; in dumpDebugStrings() local
97 DebugStr.push_back(CStr); in dumpDebugStrings()
100 Y.DebugStrings = DebugStr; in dumpDebugStrings()
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h40 DebugStr, enumerator
/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp263 << DebugStr(MF.getFrameInfo().getObjectAlign(FrameIndex)) in eliminateFrameIndex()
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll179 !150 = !DIEnumerator(name: "DebugStr", value: 17)
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp265 case DebugSectionKind::DebugStr: in getMCSection()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1310 HANDLE_DWARF_SECTION(DebugStr, ".debug_str", "debug-str", BoolOption)
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11559 << DebugStr(RequiredAlignment) << " vs " in LowerArguments()
11560 << DebugStr(MFI.getObjectAlign(FixedIndex)) << ")\n"); in LowerArguments()