Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp31 uint64_t FullLength = in extract() local
33 if (FullLength < getHeaderSize(Format)) in extract()
38 SectionName.data(), HeaderOffset, FullLength); in extract()
39 assert(FullLength == length() && "Inconsistent calculation of length."); in extract()
40 uint64_t End = HeaderOffset + FullLength; in extract()
41 if (!Data.isValidOffsetForDataOfSize(HeaderOffset, FullLength)) in extract()
45 SectionName.data(), FullLength, HeaderOffset); in extract()
/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp1031 SourceLocation::UIntTy FullLength = in updateConsecutiveMacroArgTokens() local
1036 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()