Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h86 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp568 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
597 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
690 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local
699 CurTUIndexSection, SectionLength)) in write()
721 for (auto Pair : SectionLength) { in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h184 std::optional<uint32_t> SectionLength; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp808 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local
809 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp310 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
H A DXCOFFEmitter.cpp732 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h448 support::ubig32_t SectionLength;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp606 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()