Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModule.h173 uint64_t GlobalBitOffset; variable
/external/llvm-project/clang/include/clang/Serialization/
DModuleFile.h191 uint64_t GlobalBitOffset = 0; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp447 return F.DeclsCursor.GetCurrentBitNo() + F.GlobalBitOffset; in GetCurrentCursorOffset()
2536 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
2540 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
DASTReader.cpp3539 F.GlobalBitOffset = TotalModulesSizeInBits; in ReadAST()
3541 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F)); in ReadAST()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp506 return Loc.F->DeclsCursor.GetCurrentBitNo() + Loc.F->GlobalBitOffset; in GetCurrentCursorOffset()
2879 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
2883 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
DASTReader.cpp4257 F.GlobalBitOffset = TotalModulesSizeInBits; in ReadAST()
4259 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F)); in ReadAST()