|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ExecutionEngine/JITLink/BasicGOTAndStubsBuilder.h 28 std::vector<Block *> Blocks(G.blocks().begin(), G.blocks().end());
28 std::vector<Block *> Blocks(G.blocks().begin(), G.blocks().end());
lib/ExecutionEngine/JITLink/MachO_arm64.cpp 407 auto &GOTEntryBlock = G.createContentBlock(
410 return G.addAnonymousSymbol(GOTEntryBlock, 0, 8, false, false);
430 G.createContentBlock(getStubsSection(), getStubBlockContent(), 0, 1, 0);
434 return G.addAnonymousSymbol(StubContentBlock, 0, 8, true, false);
446 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
454 StubsSection = &G.createSection("$__STUBS", StubsProt);
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp 373 auto &GOTEntryBlock = G.createContentBlock(
376 return G.addAnonymousSymbol(GOTEntryBlock, 0, 8, false, false);
393 G.createContentBlock(getStubsSection(), getStubBlockContent(), 0, 1, 0);
397 return G.addAnonymousSymbol(StubContentBlock, 0, 6, true, false);
409 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
417 StubsSection = &G.createSection("$__STUBS", StubsProt);