1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/bindings/go/llvm
whitequark f26528e6d8 [bindings/go] Add Go bindings to LLVMGetIndices
Summary: This instruction is useful for inspecting extractvalue/insertvalue in IR. Unlike most other operations, indices cannot be inspected using the generic Value.Opcode() function so a specialized function needs to be added.

Reviewers: whitequark, pcc

Reviewed By: whitequark

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53883

llvm-svn: 346388
2018-11-08 04:04:04 +00:00
..
analysis.go
bitreader.go
bitwriter.go
dibuilder.go [bindings/go] Add DebugLoc parameter to InsertXXXAtEnd() 2018-09-13 21:16:39 +00:00
executionengine_test.go
executionengine.go
InstrumentationBindings.cpp
InstrumentationBindings.h
ir_test.go Fix Go IR test for changes in DIBuilder API 2018-04-02 21:45:35 +00:00
ir.go [bindings/go] Add Go bindings to LLVMGetIndices 2018-11-08 04:04:04 +00:00
IRBindings.cpp [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes 2018-05-10 18:09:53 +00:00
IRBindings.h [LLVM-C] Consolidate llgo's DIBuilder Bindings 2018-05-10 21:10:06 +00:00
linker.go
llvm_config.go.in
llvm_dep.go
string_test.go
string.go
support.go
SupportBindings.cpp
SupportBindings.h
target.go [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
transforms_coroutines.go [bindings/go] Add coroutine passes 2018-08-19 23:40:05 +00:00
transforms_instrumentation.go
transforms_ipo.go
transforms_pmbuilder.go Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints" 2018-09-28 16:45:18 +00:00
transforms_scalar.go Unbreak the build of the go bindings after r328839. 2018-03-31 07:41:25 +00:00
version.go