Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp994 bool BinaryFunction::isZeroPaddingAt(uint64_t Offset) const { in isZeroPaddingAt() function in llvm::bolt::BinaryFunction
1187 if (isZeroPaddingAt(Offset)) in disassemble()
1430 if (opts::Verbosity >= 1 && !isZeroPaddingAt(Offset)) { in scanExternalRefs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2055 bool isZeroPaddingAt(uint64_t Offset) const;