/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 56 Symb.p = isData() ? 1 : 2; 66 bool isData() const { in isData() function in llvm::object::COFFImportFile
|
H A D | ObjectFile.h | 110 bool isData() const; 470 inline bool SectionRef::isData() const { in isData() function in llvm::object::SectionRef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 156 return isBSS() || isCommon() || isData() || isReadOnlyWithRel(); in isGlobalWriteableData() 165 bool isData() const { return K == Data; } in isData() function in llvm::SectionKind
|
H A D | MCSymbolWasm.h | 44 bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function in llvm::MCSymbolWasm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A 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/ |
H A 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/ |
H A D | MCSectionXCOFF.cpp | 37 if (getKind().isData()) { in PrintSwitchToSection()
|
H A 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/ |
H A D | Demangle.h | 97 bool isData() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A 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/Lanai/ |
H A 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/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyWasmObjectWriter.cpp | 80 assert(SymA.isData()); in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 255 (Attrs.hasAttribute("data-section") && Kind.isData()) || in SectionForGlobal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A 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() 178 if (!isData) in data8bit() 183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() 186 if (!isData) in data32bit()
|
H A 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A 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() 178 if (!isData) in data8bit() 183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() 186 if (!isData) in data32bit()
|
H A 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/ |
H A 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/Demangle/ |
H A D | ItaniumDemangle.cpp | 577 bool ItaniumPartialDemangler::isData() const { in isData() function in ItaniumPartialDemangler
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 400 if (Kind.isData()) { in selectSmallSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A 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/ |
H A 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/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |