Searched refs:DebugString (Results 1 – 14 of 14) sorted by relevance
28 static llvm::ManagedStatic<DebugString> g_DebugString;40 void DebugString::merge(LDSection& pSection) { in merge()61 size_t DebugString::computeOffsetSize() { in computeOffsetSize()67 void DebugString::applyOffset(Relocation& pReloc, TargetLDBackend& pBackend) { in applyOffset()86 void DebugString::emit(MemoryRegion& pRegion) { in emit()90 DebugString* DebugString::Create(LDSection& pSection) { in Create()
19 DebugString.cpp \
103 assert(LDFileFormat::DebugString == kind()); in hasDebugString()
213 case LDFileFormat::DebugString: { in readSections()
66 case LDFileFormat::DebugString: in writeSection()111 case LDFileFormat::DebugString: in writeSection()
25 class DebugString {27 DebugString() in DebugString() function30 static DebugString* Create(LDSection& pSection);
22 class DebugString; variable157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString()158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString()160 void setDebugString(DebugString* pDebugString) in setDebugString()178 DebugString* debug_string;
33 DebugString, enumerator
90 case LDFileFormat::DebugString: { in MergeSection()91 DebugString* debug_str = NULL; in MergeSection()
382 case LDFileFormat::DebugString: { in mergeSections()464 LDFileFormat::DebugString == in addSymbolToOutput()815 .kind() == LDFileFormat::DebugString) { in relocation()
45 return LDFileFormat::DebugString; in GetELFSectionKind()311 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) { in CreateDebugString()314 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString()
161 std::string DebugString() const { in DebugString() function
260 static DebugString* CreateDebugString(LDSection& pSection);
1398 case LDFileFormat::DebugString: in getSectionOrder()2328 case LDFileFormat::DebugString: in placeOutputSections()