Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h79 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
/openbsd/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp494 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
523 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
614 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local
623 CurTUIndexSection, SectionLength)) in write()
645 for (auto Pair : SectionLength) { in write()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h180 std::optional<uint32_t> SectionLength; member
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp762 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local
763 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp278 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
H A DXCOFFEmitter.cpp620 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h438 support::ubig32_t SectionLength;
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DDbiStream.rst316 uint32_t SectionLength; // Byte count of the segment or group.
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp599 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()