Searched refs:Structure (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp160 StructInfo Structure; member in struct:__anon3727::StructFieldInfo
165 Structure = S;
169 Structure = S;
219 struct StructInfo Structure)
221 new (&StructInfo) StructFieldInfo(Initializers, Structure);
566 bool lookUpField(const StructInfo &Structure, StringRef Member,
786 bool parseStructInitializer(const StructInfo &Structure,
789 const StructInfo &Structure, std::vector<StructInitializer> &Initializers,
797 bool emitStructValue(const StructInfo &Structure);
811 bool emitStructInitializer(const StructInfo &Structure,
218 FieldInitializer(std::vector<StructInitializer> &&Initializers, struct StructInfo Structure) argument
3679 parseStructInitializer(const StructInfo &Structure, StructInitializer &Initializer) argument
3743 parseStructInstList( const StructInfo &Structure, std::vector<StructInitializer> &Initializers, const AsmToken::TokenKind EndToken) argument
3833 emitStructValue(const StructInfo &Structure) argument
3913 emitStructInitializer(const StructInfo &Structure, const StructInitializer &Initializer) argument
3940 emitStructValues(const StructInfo &Structure) argument
3954 addStructField(StringRef Name, const StructInfo &Structure) argument
3978 parseDirectiveStructValue(const StructInfo &Structure, StringRef Directive, SMLoc DirLoc) argument
3992 parseDirectiveNamedStructValue(const StructInfo &Structure, StringRef Directive, SMLoc DirLoc, StringRef Name) argument
6566 lookUpField(const StructInfo &Structure, StringRef Member, StringRef &Type, unsigned &Offset) const argument
[all...]
/freebsd-13-stable/contrib/file/python/
H A Dmagic.py56 class magic_set(Structure):
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp523 LoopStructure Structure; member in struct:__anon4639::LoopConstrainer::ClonedLoop
1169 Result.Structure = MainLoopStructure.map(GetClonedValue);
1170 Result.Structure.Tag = Tag;
1510 PreLoop.Structure.Header);
1514 PreLoopRRI = changeIterationSpaceEnd(PreLoop.Structure, Preheader,
1525 createPreheader(PostLoop.Structure, Preheader, "postloop");
1528 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp49 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon3686::PassDebugLevel
59 clEnumVal(Structure , "print pass structure before run()"),
892 if (PassDebugging < Structure)
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in55 class timespec(ctypes.Structure):
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1233 #pragma mark Structure, Unions, Classes

Completed in 573 milliseconds