Home
last modified time | relevance | path

Searched defs:DLLStorageClass (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp567 unsigned Linkage, Visibility, DLLStorageClass; in ParseUnnamedGlobal() local
596 unsigned Linkage, Visibility, DLLStorageClass; in ParseNamedGlobal() local
874 unsigned DLLStorageClass, bool DSOLocal, in parseIndirectSymbol()
1028 unsigned Visibility, unsigned DLLStorageClass, in ParseGlobal()
1843 unsigned &DLLStorageClass, in ParseOptionalLinkage()
5314 unsigned DLLStorageClass; in ParseFunctionHeader() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs146 pub enum DLLStorageClass { enum
1181 pub fn LLVMSetDLLStorageClass(V: &Value, C: DLLStorageClass); in LLVMSetDLLStorageClass()