Searched refs:DebugString (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h1 //===- DebugString.h ------------------------------------------------------===//
22 /** \class DebugString
23 * \brief DebugString represents the output debug section .debug_str
25 class DebugString { class in namespace:mcld
27 DebugString() function in class:mcld::DebugString
30 static DebugString* Create(LDSection& pSection);
H A DLDSection.h22 class DebugString;
156 // ------ DebugString ------ //
157 const DebugString* getDebugString() const { return m_Data.debug_string; }
158 DebugString* getDebugString() { return m_Data.debug_string; }
160 void setDebugString(DebugString* pDebugString)
178 DebugString* debug_string;
H A DLDFileFormat.h33 DebugString, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp1 //===- 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* DebugStrin
[all...]
H A DLDSection.cpp103 assert(LDFileFormat::DebugString == kind());
H A DELFObjectReader.cpp213 case LDFileFormat::DebugString: {
H A DELFObjectWriter.cpp20 #include "mcld/LD/DebugString.h"
66 case LDFileFormat::DebugString:
111 case LDFileFormat::DebugString:
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp17 #include "mcld/LD/DebugString.h"
90 case LDFileFormat::DebugString: {
91 DebugString* debug_str = NULL;
H A DObjectLinker.cpp21 #include "mcld/LD/DebugString.h"
382 case LDFileFormat::DebugString: {
464 LDFileFormat::DebugString ==
810 // apply the relocation aginst symbol on DebugString
815 .kind() == LDFileFormat::DebugString) {
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h259 /// @return The created DebugString
260 static DebugString* CreateDebugString(LDSection& pSection);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp13 #include "mcld/LD/DebugString.h"
45 return LDFileFormat::DebugString;
310 /// CreateDebugString - To create a DebugString for given pSection
311 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) {
314 DebugString* debug_str = DebugString::Create(pSection);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h161 std::string DebugString() const { function in class:learning_stochastic_linear::SparseWeightVector
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1398 case LDFileFormat::DebugString:
2328 case LDFileFormat::DebugString:

Completed in 2857 milliseconds