Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h325 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h914 void addRelocation(const Relocation &Rel) { Relocations.push_back(Rel); } in addRelocation() function