Searched refs:getInitArray (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_var.h62 inline const clang::APValue &getInitArray(unsigned int i) const { function in class:slang::RSExportVar
H A Dslang_rs_reflection.cpp523 genInitExportVariable(ET, Name.str(), EV->getInitArray(i));
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h381 LDSection& getInitArray() { function in class:mcld::ELFFileFormat
386 const LDSection& getInitArray() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp211 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
212 applyOne(llvm::ELF::DT_INIT_ARRAYSZ, pFormat.getInitArray().size());
H A DGNULDBackend.cpp304 file_format->getInitArray().getSectionData()->front(), 0x0);
524 file_format->getInitArray().size());
1336 &pSectHdr == &file_format->getInitArray() ||

Completed in 3061 milliseconds