Home
last modified time | relevance | path

Searched refs:processRelocationRef (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFI386.h37 processRelocationRef(unsigned SectionID, in processRelocationRef() function
HDRuntimeDyldMachOI386.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
HDRuntimeDyldMachOX86_64.h33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
HDRuntimeDyldCOFFX86_64.h197 processRelocationRef(unsigned SectionID, in processRelocationRef() function
HDRuntimeDyldCOFFAArch64.h143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() function
HDRuntimeDyldCOFFThumb.h82 processRelocationRef(unsigned SectionID, in processRelocationRef() function
HDRuntimeDyldMachOARM.h100 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
HDRuntimeDyldMachOAArch64.h273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.h224 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
HDRuntimeDyldImpl.h414 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
HDRuntimeDyld.cpp393 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
HDRuntimeDyldELF.cpp1225 RuntimeDyldELF::processRelocationRef( in processRelocationRef() function in llvm::RuntimeDyldELF