Home
last modified time | relevance | path

Searched defs:DebugStr (Results 1 – 4 of 4) sorted by relevance

/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/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h40 DebugStr, enumerator
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h293 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enumerator
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp91 std::vector<StringRef> DebugStr; in dumpDebugStrings() local