Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp102 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()
455 W.write<uint64_t>(YamlSec.FileOffsetToRelocations in writeSectionHeader()
456 ? YamlSec.FileOffsetToRelocations in writeSectionHeader()
457 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()
471 W.write<uint32_t>(YamlSec.FileOffsetToRelocations in writeSectionHeader()
472 ? YamlSec.FileOffsetToRelocations in writeSectionHeader()
473 : DerivedSec.FileOffsetToRelocations); in writeSectionHeader()
507 InitSections[I].FileOffsetToRelocations - (W.OS.tell() - StartOffset); in writeRelocations()
H A DXCOFFYAML.cpp219 IO.mapOptional("FileOffsetToRelocations", Sec.FileOffsetToRelocations); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp119 uint64_t FileOffsetToRelocations; member
146 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()
156 FileOffsetToRelocations = 0; in reset()
1036 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()
1210 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()
1222 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h77 llvm::yaml::Hex64 FileOffsetToRelocations; member