Home
last modified time | relevance | path

Searched refs:initRelocations (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp47 bool initRelocations(uint64_t &CurrentOffset);
98 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonf12ad9010111::XCOFFWriter
156 return initRelocations(CurrentOffset); in initSectionHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1627 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() function
1863 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()
1871 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()