Home
last modified time | relevance | path

Searched defs:form (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp190 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() argument
208 bool DWARFFormValue::SkipValue(dw_form_t form, in SkipValue() argument
574 IsBlockForm(const dw_form_t form) IsBlockForm() argument
588 IsDataForm(const dw_form_t form) IsDataForm() argument
603 FormIsSupported(dw_form_t form) FormIsSupported() argument
[all...]
H A DDWARFAttribute.h23 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute()
30 void get(dw_attr_t &attr, dw_form_t &form, in get()
H A DDWARFFormValue.h45 DWARFFormValue(const DWARFUnit * unit,dw_form_t form) DWARFFormValue() argument
51 SetForm(dw_form_t form) SetForm() argument
[all...]
H A DDWARFDebugInfoEntry.cpp339 const dw_form_t form = form_value.Form(); GetAttributes() local
483 dw_form_t form = form_value.Form(); GetAttributeHighPC() local
H A DSymbolFileDWARF.cpp623 for (auto form : unsupported_forms) CalculateAbilities() local
/llvm-project/libcxx/test/support/
H A Duses_alloc_types.h70 bool checkConstruct(TestType& value, UsesAllocatorType form, typename TestType::CtorAlloc const& alloc) in checkConstruct() argument
83 checkConstruct(TestType & value,UsesAllocatorType form) checkConstruct() argument
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_AT_const_value.s70 varcode form global() argument
/llvm-project/libc/test/UnitTest/
H A DScanfMatcher.cpp43 display(FormatSection form) display() argument
[all...]
H A DPrintfMatcher.cpp47 display(FormatSection form) display() argument
[all...]
/llvm-project/openmp/runtime/tools/
H A Dlibomputils.py27 def print_line(msg, form="i"): argument
/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h771 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) create() argument
784 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) create() argument
798 createTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) createTypeTagForDatatype() argument
1008 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) addNew() argument
1023 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) addNew() argument
1036 addNewTypeTagForDatatype(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * argumentKind,ParsedType matchingCType,bool layoutCompatible,bool mustBeNull,ParsedAttr::Form form) addNewTypeTagForDatatype() argument
[all...]
/llvm-project/llvm/docs/_ocamldoc/
H A Dstyle.css7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
/llvm-project/llvm/docs/
H A DCodeGenerator.rst493 .. _MachineBasicBlock:
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4500 ParsedAttr::Form form = GetFullTypeForDeclarator() local