OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 57 milliseconds