Home
last modified time | relevance | path

Searched refs:StructName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp135 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 Dstring.go87 if name := t.StructName(); name != "" {
H A Dir.go644 func (t Type) StructName() string { func
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp510 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 DOMPIRBuilder.cpp4395 #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 DOMPKinds.def83 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp144 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
145 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()