Home
last modified time | relevance | path

Searched defs:Attr (Results 1 – 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp32 bool hasUnknownAttr(AliasAttrs Attr) { return Attr.test(AttrUnknownIndex); } in hasUnknownAttr()
35 bool hasCallerAttr(AliasAttrs Attr) { return Attr.test(AttrCaller); } in hasCallerAttr()
36 bool hasUnknownOrCallerAttr(AliasAttrs Attr) { in hasUnknownOrCallerAttr()
41 bool hasEscapedAttr(AliasAttrs Attr) { return Attr.test(AttrEscapedIndex); } in hasEscapedAttr()
64 bool isGlobalOrArgAttr(AliasAttrs Attr) { in isGlobalOrArgAttr()
71 AliasAttrs getExternallyVisibleAttrs(AliasAttrs Attr) { in getExternallyVisibleAttrs()
DAliasAnalysisSummary.h186 AliasAttrs Attr; member
239 AliasAttrs Attr; member
DCFLAndersAliasAnalysis.cpp234 bool add(InstantiatedValue V, AliasAttrs Attr) { in add()
244 AliasAttrs Attr; in getAttrs() local
376 auto &Attr = AttrMap[IVal.Val]; in populateAttrMap() local
494 auto Attr = getExternallyVisibleAttrs(Mapping.second); in populateExternalAttributes() local
DCFLGraph.h70 AliasAttrs Attr; member
120 void addAttr(Node N, AliasAttrs Attr) { in addAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMBuildAttrs.cpp16 ARMBuildAttrs::AttrType Attr; member
74 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) { in AttrTypeAsString()
78 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) { in AttrTypeAsString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()
84 PatchLocation Attr; in fixupForwardReferences() local
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()
116 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h199 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
204 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h181 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
186 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGXMLDOM.h21 typedef SkDOMAttr Attr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
DDWARFAbbreviationDeclaration.h42 dwarf::Attribute Attr; member
/third_party/flutter/skia/src/xml/
DSkDOM.h30 typedef SkDOMAttr Attr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp54 bool llvm::isStatepointDirectiveAttr(Attribute Attr) { in isStatepointDirectiveAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp49 pthread_attr_t Attr; in llvm_execute_on_thread() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue()
DDWARFDie.cpp234 uint64_t *OffsetPtr, dwarf::Attribute Attr, in dumpAttribute()
349 for (auto Attr : Attrs) { in find() local
709 bool DWARFAttribute::mayHaveLocationDescription(dwarf::Attribute Attr) { in mayHaveLocationDescription()
/third_party/skia/src/xml/
DSkDOM.h50 typedef SkDOMAttr Attr; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp263 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE() local
DDIEHash.cpp32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { in getDIEStringAttr()
/third_party/rust/crates/serde/serde_derive/src/internals/
Dattr.rs25 struct Attr<'c, T> { struct
32 impl<'c, T> Attr<'c, T> { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp151 Attribute Attr = F.getFnAttribute("xray-instruction-threshold"); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp221 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute() local
DELFAsmParser.cpp170 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute() local
724 MCSymbolAttr Attr = MCAttrForString(Type); in ParseDirectiveType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp156 MCSymbolAttr Attr = MCSA_Invalid; in flushSymverDirectives() local
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h44 enum Attr : size_t { enum

123