Searched refs:StructName (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.cpp | 135 for (llvm::StringRef StructName : StructList) in indexPublicAPIDef() local 136 Structs.insert(std::string(StructName)); in indexPublicAPIDef()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsKMP.cpp | 510 const std::string StructName = "struct.ident_t"; in createSourceLocation() local 512 StructType::getTypeByName(M->getContext(), StructName); in createSourceLocation() 522 StructType::create(M->getContext(), LocMembers, StructName, false); in createSourceLocation()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4395 #define OMP_STRUCT_TYPE(VarName, StructName, ...) \ in initializeTypes() argument 4396 T = StructType::getTypeByName(Ctx, StructName); \ in initializeTypes() 4398 T = StructType::create(Ctx, {__VA_ARGS__}, StructName); \ in initializeTypes()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 83 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 144 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() 145 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
|