Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1038 SourceLocation::UIntTy FullLength = in updateConsecutiveMacroArgTokens() local
1043 SM.createMacroArgExpansionLoc(BeginLoc, ExpandLoc, FullLength); in updateConsecutiveMacroArgTokens()