Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp119 uint64_t FileOffsetToRelocations; member
137 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry()
147 FileOffsetToRelocations = 0; in reset()
959 writeWord(Sec->FileOffsetToRelocations); in writeSectionHeader()
1100 Sec->FileOffsetToRelocations = RawPointer; in calcOffsetToRelocations()
1112 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp75 YamlSec.FileOffsetToRelocations = S.FileOffsetToRelocationInfo; in dumpSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h77 llvm::yaml::Hex64 FileOffsetToRelocations; member