diff options
author | Lang Hames <lhames@gmail.com> | 2019-10-30 12:26:15 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2019-10-30 12:35:49 -0700 |
commit | b9d8e23b806ca605c368f924cca75bdd090834c6 (patch) | |
tree | abbd9c3879277541788378f918339b6c0c7d57d7 /clang/test/Frontend/print-header-includes.c | |
parent | 5e029c4cfd7b8db269b6db475ecd420311fbd7d1 (diff) | |
download | bcm5719-llvm-b9d8e23b806ca605c368f924cca75bdd090834c6.tar.gz bcm5719-llvm-b9d8e23b806ca605c368f924cca75bdd090834c6.zip |
[JITLink] Add a utility for splitting blocks at a given index.
LinkGraph::splitBlock will split a block at a given index, returning a new
block covering the range [ 0, index ) and modifying the original block to
cover the range [ index, original-block-size ). Block addresses, content,
edges and symbols will be updated as necessary. This utility will be used
in upcoming improvements to JITLink's eh-frame support.
Diffstat (limited to 'clang/test/Frontend/print-header-includes.c')
0 files changed, 0 insertions, 0 deletions