Home
last modified time | relevance | path

Searched refs:FileOffsetToRelocations (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp122 if (InitSection.FileOffsetToRelocations) { in initRelocations()
123 if (CurrentOffset > InitSection.FileOffsetToRelocations) { in initRelocations()
124 reportOverwrite(CurrentOffset, InitSection.FileOffsetToRelocations, in initRelocations()
129 CurrentOffset = InitSection.FileOffsetToRelocations; in initRelocations()
131 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()
537 W.write<uint64_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()
549 W.write<uint32_t>(DerivedSec.FileOffsetToRelocations); in writeSectionHeaders()
581 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
H A DXCOFFYAML.cpp248 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp118 uint64_t FileOffsetToRelocations; member
145 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()
155 FileOffsetToRelocations = 0; in reset()
1090 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()
1272 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()
1284 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h77 llvm::yaml::Hex64 FileOffsetToRelocations; member