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

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 112 { &SectionRef::isZeroInit, "zeroinit,", "Section.isZeroInit() failed" },
  /external/llvm/include/llvm/Object/
ObjectFile.h 165 error_code isZeroInit(bool &Result) const;
518 inline error_code SectionRef::isZeroInit(bool &Result) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 236 bool IsZeroInit;
242 Check(Section.isZeroInit(IsZeroInit));
267 if (IsZeroInit || IsVirtual)

Completed in 29 milliseconds