summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/ast-main.c
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-10-30 12:26:15 -0700
committerLang Hames <lhames@gmail.com>2019-10-30 12:35:49 -0700
commitb9d8e23b806ca605c368f924cca75bdd090834c6 (patch)
treeabbd9c3879277541788378f918339b6c0c7d57d7 /clang/test/Frontend/ast-main.c
parent5e029c4cfd7b8db269b6db475ecd420311fbd7d1 (diff)
downloadbcm5719-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/ast-main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud