Home
last modified time | relevance | path

Searched refs:isData (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFFImportFile.h56 Symb.p = isData() ? 1 : 2; in symbol_end()
66 bool isData() const { in isData() function
DObjectFile.h110 bool isData() const;
470 inline bool SectionRef::isData() const { in isData() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData()
165 bool isData() const { return K == Data; } in isData() function
DMCSymbolWasm.h44 bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp87 (Kind.isData() || Kind.isBSS() || Kind.isCommon() || in IsGlobalInSmallSection()
158 if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp127 if (Kind.isData()) in SelectSectionForGlobal()
134 if (Kind.isData()) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp37 if (getKind().isData()) { in PrintSwitchToSection()
DWasmObjectWriter.cpp1096 if (Sym.isTemporary() && Sym.isData() && !Sym.getSize()) in isInSymtab()
1342 } else if (WS.isData()) { in writeObject()
1428 } else if (ResolvedSym->isData()) { in writeObject()
1472 if (!WS.isData()) { in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DDemangle.h97 bool isData() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp80 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp80 assert(SymA.isData()); in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp107 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp255 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp169 void addInfo(vector<bool>& info, int& ndx, const int count, const bool isData) in addInfo() argument
172 info[ndx++] = isData; in addInfo()
175 vector<deInt8> data8bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data8bit() argument
178 if (!isData) in data8bit()
183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() argument
186 if (!isData) in data32bit()
DvktSpvAsm16bitStorageTests.cpp380 void addInfo(vector<bool>& info, int& ndx, const int count, bool isData) in addInfo() argument
383 info[ndx++] = isData; in addInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp573 } else if (Attrs.hasAttribute("data-section") && Kind.isData()) { in getExplicitSectionGlobal()
624 if (Kind.isData()) in getSectionPrefixForGlobal()
1053 if (Kind.isData() || Kind.isReadOnlyWithRel()) in getSectionForConstant()
1873 if (Kind.isData() || Kind.isReadOnlyWithRel()) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp400 if (Kind.isData()) { in selectSmallSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp577 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts5866 … let isData = tryAddPropertyAssignment(properties, "writable", asExpression(attributes.writable));
5867 isData = tryAddPropertyAssignment(properties, "value", attributes.value) || isData;
5872 …Debug.assert(!(isData && isAccessor), "A PropertyDescriptor may not be both an accessor descriptor…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1836 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3840 unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in LowerPREFETCH() local
3844 isData = ~isData & 1; in LowerPREFETCH()
3849 DAG.getConstant(isData, dl, MVT::i32)); in LowerPREFETCH()
/third_party/typescript/lib/
DtypingsInstaller.js27375 … var isData = tryAddPropertyAssignment(properties, "writable", asExpression(attributes.writable));
27376 isData = tryAddPropertyAssignment(properties, "value", attributes.value) || isData;
27379 …ts.Debug.assert(!(isData && isAccessor), "A PropertyDescriptor may not be both an accessor descrip…
Dtsc.js22099 … var isData = tryAddPropertyAssignment(properties, "writable", asExpression(attributes.writable));
22100 isData = tryAddPropertyAssignment(properties, "value", attributes.value) || isData;
22103 …ts.Debug.assert(!(isData && isAccessor), "A PropertyDescriptor may not be both an accessor descrip…