Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h776 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function