HomeSort by relevance Sort by last modified time
    Searched refs:getInitArray (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_export_var.h 62 inline const clang::APValue &getInitArray(unsigned int i) const {
slang_rs_reflection.cpp 523 genInitExportVariable(ET, Name.str(), EV->getInitArray(i));
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 381 LDSection& getInitArray() {
386 const LDSection& getInitArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 211 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
212 applyOne(llvm::ELF::DT_INIT_ARRAYSZ, pFormat.getInitArray().size());
GNULDBackend.cpp 304 file_format->getInitArray().getSectionData()->front(), 0x0);
524 file_format->getInitArray().size());
    [all...]

Completed in 104 milliseconds