Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp479 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
507 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
594 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local
603 CurTUIndexSection, SectionLength)) in write()
625 for (auto Pair : SectionLength) { in write()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h79 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp588 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local
589 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h225 support::ubig32_t SectionLength;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp248 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()