Home
last modified time | relevance | path

Searched defs:addRelocation (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h776 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function