Home
last modified time | relevance | path

Searched defs:Structure (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/test/API/commands/frame/var/direct-ivar/cpp/
H A Dmain.cpp1 struct Structure { struct
9 Structure s; in main() argument
/llvm-project/lldb/test/API/commands/frame/var/direct-ivar/objcpp/
H A Dmain.mm4 struct Structure { struct
24 Structure s; argument
/llvm-project/mlir/docs/Dialects/
H A DLLVM.md35 Data Layout and Triple'llvm' Dialect""Module Structure global() argument
50 Functions'llvm' Dialect""Module Structure global() argument
57 PHI Nodes and Block Arguments'llvm' Dialect""Module Structure global() argument
100 Context-Level Values'llvm' Dialect""Module Structure global() argument
139 Globals'llvm' Dialect""Module Structure global() argument
153 Linkage'llvm' Dialect""Module Structure global() argument
163 Attribute Pass-Through'llvm' Dialect""Module Structure global() argument
/llvm-project/lldb/test/API/commands/dwim-print/
H A Dmain.c
/llvm-project/llvm/docs/
H A DTestSuiteGuide.md90 Structure global() section in test-suite Guide
132 Benchmarkstest-suite Guide""Structure global() argument
H A DDeveloperPolicy.rst1304 LLVM Discourse forumsLegacy License Structure global() argument
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst3855 A.5.7.3 Derived or Extended Structures, Classes and InterfacesA.5.7 Structure, Union, Class and Interface Type Entries global() argument
3889 A.5.7.8 Member Function EntriesA.5.7 Structure, Union, Class and Interface Type Entries global() argument
H A DLangRef.rst217 linkageModule Structure global() argument
[all...]
/llvm-project/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md3360 #### A.5.7.3 Derived or Extended Structures, Classes and Interfaces
3390 #### A.5.7.8 Member Function Entries
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h119 LoopStructure Structure; member
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp165 StructInfo Structure; member
281 std::vector<StructInitializer> &&Initializers, struct StructInfo Structure) in FieldInitializer() argument
4177 parseStructInitializer(const StructInfo & Structure,StructInitializer & Initializer) parseStructInitializer() argument
4238 parseStructInstList(const StructInfo & Structure,std::vector<StructInitializer> & Initializers,const AsmToken::TokenKind EndToken) parseStructInstList() argument
4389 emitStructInitializer(const StructInfo & Structure,const StructInitializer & Initializer) emitStructInitializer() argument
4418 emitStructValues(const StructInfo & Structure,unsigned * Count) emitStructValues() argument
4435 addStructField(StringRef Name,const StructInfo & Structure) addStructField() argument
4462 parseDirectiveStructValue(const StructInfo & Structure,StringRef Directive,SMLoc DirLoc) parseDirectiveStructValue() argument
4476 parseDirectiveNamedStructValue(const StructInfo & Structure,StringRef Directive,SMLoc DirLoc,StringRef Name) parseDirectiveNamedStructValue() argument
4576 StructInfo Structure = StructInProgress.pop_back_val(); parseDirectiveEnds() local
4598 StructInfo Structure = StructInProgress.pop_back_val(); parseDirectiveNestedEnds() local
4678 StructInfo &Structure = StructInProgress.back(); parseDirectiveOrg() local
4719 StructInfo &Structure = StructInProgress.back(); emitAlignTo() local
7265 lookUpField(const StructInfo & Structure,StringRef Member,AsmFieldInfo & Info) const lookUpField() argument
7331 const StructInfo &Structure = StructIt->second; lookUpType() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp161 Structure; tailMergeBlocksWithSimilarFunctionTerminators() local
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp302 static evaluate::StructureConstructor Structure( Structure() function
/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
/llvm-project/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp1753 bool Structure = false, unsigned Length = 2, in longSimCandCompare()