OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMAttributeIndex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h
461
typedef unsigned
LLVMAttributeIndex
;
2577
void LLVMAddAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2579
unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx);
2580
void LLVMGetAttributesAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2583
LLVMAttributeIndex
Idx,
2586
LLVMAttributeIndex
Idx,
2588
void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2590
void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
3285
void LLVMAddCallSiteAttribute(LLVMValueRef C,
LLVMAttributeIndex
Idx,
3287
unsigned LLVMGetCallSiteAttributeCount(LLVMValueRef C,
LLVMAttributeIndex
Idx)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp
2450
void LLVMAddAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2455
unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx) {
2460
void LLVMGetAttributesAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2468
LLVMAttributeIndex
Idx,
2475
LLVMAttributeIndex
Idx,
2480
void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2485
void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F,
LLVMAttributeIndex
Idx,
2857
void LLVMAddCallSiteAttribute(LLVMValueRef C,
LLVMAttributeIndex
Idx,
2863
LLVMAttributeIndex
Idx) {
2869
void LLVMGetCallSiteAttributes(LLVMValueRef C,
LLVMAttributeIndex
Idx
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
1155
C.LLVMAddAttributeAtIndex(v.C, C.
LLVMAttributeIndex
(i), a.C)
1161
a.C = C.LLVMGetEnumAttributeAtIndex(v.C, C.
LLVMAttributeIndex
(i), C.unsigned(kind))
1170
a.C = C.LLVMGetStringAttributeAtIndex(v.C, C.
LLVMAttributeIndex
(i),
1175
C.LLVMRemoveEnumAttributeAtIndex(v.C, C.
LLVMAttributeIndex
(i), C.unsigned(kind))
1183
C.LLVMRemoveStringAttributeAtIndex(v.C, C.
LLVMAttributeIndex
(i),
1277
C.LLVMAddCallSiteAttribute(v.C, C.
LLVMAttributeIndex
(i), a.C)
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli
152
(** The position of an attribute. See [
LLVMAttributeIndex
]. *)
Completed in 53 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026