Searched refs:StructName (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | string.go | 87 if name := t.StructName(); name != "" {
|
| H A D | ir.go | 644 func (t Type) StructName() string { func
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2590 #define OMP_STRUCT_TYPE(VarName, StructName, ...) \ in initializeTypes() argument 2591 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes() 2593 T = StructType::create(Ctx, {__VA_ARGS__}, StructName); \ in initializeTypes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 83 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() 143 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
|