Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dstring.go87 if name := t.StructName(); name != "" {
H A Dir.go644 func (t Type) StructName() string { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2590 #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 DOMPKinds.def83 #define OMP_STRUCT_TYPE(VarName, StructName, ...)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
143 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()