Home
last modified time | relevance | path

Searched refs:isZeroInit (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h109 std::error_code isZeroInit(bool &Result) const;
454 inline std::error_code SectionRef::isZeroInit(bool &Result) const { in isZeroInit() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp415 Check(Section.isZeroInit(IsZeroInit)); in emitSection()