Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp215 uint32_t SectionLength = 0; member in __anonc8770be50211::GOFFSymbol
304 ED.SectionLength = Asm.getSectionAddressSize(Section); in defineSectionSymbols()
312 PR.SectionLength = Asm.getSectionAddressSize(Section); in defineSectionSymbols()
319 if (!PR.SectionLength) in defineSectionSymbols()
320 PR.SectionLength = 2; in defineSectionSymbols()
392 OS.writebe<uint32_t>(Symbol.SectionLength); // Length in writeSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h85 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp565 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
594 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
687 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local
696 CurTUIndexSection, SectionLength)) in write()
718 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.cpp802 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local
803 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.cpp733 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h453 support::ubig32_t SectionLength;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp606 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()