Home
last modified time | relevance | path

Searched defs:ByteNo (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Bitcode/
HDBitstreamWriter.h66 void BackpatchWord(unsigned ByteNo, unsigned NewWord) { in BackpatchWord()
235 unsigned ByteNo = B.StartSizeWord*4; in ExitBlock() local
HDBitstreamReader.h303 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp1006 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()