Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp373 off_t dangling = wrapper_bc_size_ & 3; in GenerateWrappedBitcodeFile() local
374 if (dangling) { in GenerateWrappedBitcodeFile()
375 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling); in GenerateWrappedBitcodeFile()