/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFFImportFile.h | 56 Symb.p = isData() ? 1 : 2; in symbol_end() 66 bool isData() const { in isData() function
|
D | ObjectFile.h | 110 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/ |
D | SectionKind.h | 156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 165 bool isData() const { return K == Data; } in isData() function
|
D | MCSymbolWasm.h | 44 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/ |
D | MipsTargetObjectFile.cpp | 87 (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/ |
D | XCoreTargetObjectFile.cpp | 127 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/ |
D | MCSectionXCOFF.cpp | 37 if (getKind().isData()) { in PrintSwitchToSection()
|
D | WasmObjectWriter.cpp | 1096 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/ |
D | Demangle.h | 97 bool isData() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 80 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/ |
D | WebAssemblyWasmObjectWriter.cpp | 80 assert(SymA.isData()); in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 107 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 255 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm8bitStorageTests.cpp | 169 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()
|
D | vktSpvAsm16bitStorageTests.cpp | 380 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/ |
D | TargetLoweringObjectFileImpl.cpp | 573 } 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/ |
D | HexagonTargetObjectFile.cpp | 400 if (Kind.isData()) { in selectSmallSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 577 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 5866 … 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/ |
D | MachOObjectFile.cpp | 1836 if (Sec->isData() || Sec->isBSS()) in getSymbolType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3840 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/ |
D | typingsInstaller.js | 27375 … 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…
|
D | tsc.js | 22099 … 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…
|