Home | History | Annotate | Download | only in LD

Lines Matching refs:DebugString

1 //===- DebugString.cpp ----------------------------------------------------===//
9 #include "mcld/LD/DebugString.h"
26 // DebugString represents the output .debug_str section, which is at most on
28 static llvm::ManagedStatic<DebugString> g_DebugString;
39 // DebugString
40 void DebugString::merge(LDSection& pSection) {
61 size_t DebugString::computeOffsetSize() {
67 void DebugString::applyOffset(Relocation& pReloc, TargetLDBackend& pBackend) {
86 void DebugString::emit(MemoryRegion& pRegion) {
90 DebugString* DebugString::Create(LDSection& pSection) {