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.cpp49 bool initRelocations(uint64_t &CurrentOffset);
108 bool XCOFFWriter::initRelocations(uint64_t &CurrentOffset) { in initRelocations() function in __anonb16345390111::XCOFFWriter
230 return initRelocations(CurrentOffset); in initSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1655 static Error initRelocations(RelocationSection *Relocs, T RelRange) { in initRelocations() function
1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections()
1892 if (Error Err = initRelocations(RelSec, RelsOrRelas->second)) in readSections()
1900 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()
1908 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()