Searched refs:CreateRelocData (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp30 m_pRelocData = IRBuilder::CreateRelocData(pSection);
H A DGNULDBackend.cpp2646 IRBuilder::CreateRelocData(*output_sect);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h251 /// CreateRelocData - To create a relocation data for given pSection.
258 static RelocData* CreateRelocData(LDSection &pSection);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp135 IRBuilder::CreateRelocData(**rs); /// create relocation data for the header
H A DLinkerTest.cpp391 builder.CreateRelocData(*rel_text);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp325 IRBuilder::CreateRelocData(**rs); ///< create relocation data for the header
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp302 /// CreateRelocData - To create a relocation data for given pSection.
303 RelocData* IRBuilder::CreateRelocData(LDSection &pSection) function in class:IRBuilder

Completed in 183 milliseconds