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 109 std::error_code isZeroInit(bool &Result) const;
454 inline std::error_code SectionRef::isZeroInit(bool &Result) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 407 bool IsZeroInit;
415 Check(Section.isZeroInit(IsZeroInit));
449 if (IsZeroInit || IsVirtual)

Completed in 98 milliseconds