Home
last modified time | relevance | path

Searched refs:createStubFunction (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1189 createStubFunction(Section.Address + Section.StubOffset); in processRelocationRef()
1235 createStubFunction(Section.Address + Section.StubOffset); in processRelocationRef()
1287 createStubFunction(Section.Address + Section.StubOffset); in processRelocationRef()
1397 createStubFunction(Section.Address + Section.StubOffset, in processRelocationRef()
1527 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1579 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
HDRuntimeDyldImpl.h349 uint8_t *createStubFunction(uint8_t *Addr, unsigned AbiVariant = 0);
HDRuntimeDyld.cpp655 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr, in createStubFunction() function in llvm::RuntimeDyldImpl
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h247 createStubFunction(JTEntryAddr); in populateJumpTable()
HDRuntimeDyldMachOARM.h186 createStubFunction(Section.Address + Section.StubOffset); in processBranchRelocation()