Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h229 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/external/llvm-project/llvm/include/llvm/MC/
DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h241 void addRelocation(const AssemblerFixup &Fixup) { Fixups.push_back(Fixup); } in addRelocation() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h773 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function