Home
last modified time | relevance | path

Searched refs:DebugString (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp28 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()
DAndroid.mk19 DebugString.cpp \
DLDSection.cpp103 assert(LDFileFormat::DebugString == kind()); in hasDebugString()
DELFObjectReader.cpp212 case LDFileFormat::DebugString: { in readSections()
DELFObjectWriter.cpp66 case LDFileFormat::DebugString: in writeSection()
111 case LDFileFormat::DebugString: in writeSection()
/frameworks/compile/mclinker/include/mcld/LD/
DDebugString.h25 class DebugString {
27 DebugString() in DebugString() function
30 static DebugString* Create(LDSection& pSection);
DLDSection.h22 class DebugString; variable
157 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;
DLDFileFormat.h33 DebugString, enumerator
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp90 case LDFileFormat::DebugString: { in MergeSection()
91 DebugString* debug_str = NULL; in MergeSection()
DObjectLinker.cpp382 case LDFileFormat::DebugString: { in mergeSections()
464 LDFileFormat::DebugString == in addSymbolToOutput()
815 .kind() == LDFileFormat::DebugString) { in relocation()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp45 return LDFileFormat::DebugString; in GetELFSectionKind()
311 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) { in CreateDebugString()
314 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.h161 std::string DebugString() const { in DebugString() function
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h260 static DebugString* CreateDebugString(LDSection& pSection);
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1398 case LDFileFormat::DebugString: in getSectionOrder()
2322 case LDFileFormat::DebugString: in placeOutputSections()