Home
last modified time | relevance | path

Searched refs:LLVMOpaqueModuleFlagEntry (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm-c/
H A DTypes.h145 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm-c/
H A DTypes.h159 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm-c/
H A DTypes.h158 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm-c/
H A DTypes.h159 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm-c/
H A DTypes.h159 typedef struct LLVMOpaqueModuleFlagEntry LLVMModuleFlagEntry;
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DCore.cpp270 struct LLVMOpaqueModuleFlagEntry { struct
320 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
321 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
340 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
341 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
347 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
348 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
355 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
356 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DCore.cpp288 struct LLVMOpaqueModuleFlagEntry { struct
338 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
339 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
358 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
359 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
365 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
366 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
373 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
374 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DCore.cpp283 struct LLVMOpaqueModuleFlagEntry { struct
333 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
334 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
353 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
354 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
360 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
361 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
368 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
369 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DCore.cpp286 struct LLVMOpaqueModuleFlagEntry { struct
336 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
337 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
356 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
357 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
363 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
364 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
371 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
372 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DCore.cpp303 struct LLVMOpaqueModuleFlagEntry { in classof()
353 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>(
354 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry)));
373 LLVMOpaqueModuleFlagEntry MFE =
374 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]);
380 LLVMOpaqueModuleFlagEntry MFE =
381 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]);
388 LLVMOpaqueModuleFlagEntry MFE =
389 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DCore.cpp303 struct LLVMOpaqueModuleFlagEntry { struct
353 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
354 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
373 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
374 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
380 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
381 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
388 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
389 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DCore.cpp303 struct LLVMOpaqueModuleFlagEntry { struct
353 LLVMOpaqueModuleFlagEntry *Result = static_cast<LLVMOpaqueModuleFlagEntry *>( in LLVMCopyModuleFlagsMetadata()
354 safe_malloc(MFEs.size() * sizeof(LLVMOpaqueModuleFlagEntry))); in LLVMCopyModuleFlagsMetadata()
373 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior()
374 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetFlagBehavior()
380 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey()
381 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetKey()
388 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata()
389 static_cast<LLVMOpaqueModuleFlagEntry>(Entries[Index]); in LLVMModuleFlagEntriesGetMetadata()

12