Searched refs:processRelocationRef (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 110 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
D | RuntimeDyldCOFFI386.h | 38 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
D | RuntimeDyldCOFFThumb.h | 38 processRelocationRef(unsigned SectionID, in processRelocationRef() function
|
D | RuntimeDyldMachOI386.h | 35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
D | RuntimeDyldMachOX86_64.h | 35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
D | RuntimeDyldMachOARM.h | 54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
D | RuntimeDyldMachOAArch64.h | 246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 170 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyldImpl.h | 395 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyld.cpp | 317 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl()
|
D | RuntimeDyldELF.cpp | 1191 RuntimeDyldELF::processRelocationRef( in processRelocationRef() function in llvm::RuntimeDyldELF
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 104 processRelocationRef method, which will examine the relocation and store
|