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

  /external/llvm/include/llvm/Object/
ObjectFile.h 163 error_code isZeroInit(bool &Result) const;
505 inline error_code SectionRef::isZeroInit(bool &Result) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 234 bool IsZeroInit;
238 Check(Section.isZeroInit(IsZeroInit));
261 if (IsZeroInit || IsVirtual)

Completed in 32 milliseconds