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.cpp2220 IRBuilder::CreateRelocData(*output_sect);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h265 /// CreateRelocData - To create a relocation data for given pSection.
272 static RelocData* CreateRelocData(LDSection &pSection);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp138 IRBuilder::CreateRelocData(**rs); /// create relocation data for the header
H A DLinkerTest.cpp390 builder.CreateRelocData(*rel_text);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp314 IRBuilder::CreateRelocData(**rs); ///< create relocation data for the header
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp333 /// CreateRelocData - To create a relocation data for given pSection.
334 RelocData* IRBuilder::CreateRelocData(LDSection &pSection) function in class:IRBuilder

Completed in 123 milliseconds