Searched defs:isData (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 66 bool isData() const { in isData() function in llvm::object::COFFImportFile
|
H A D | ObjectFile.h | 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 | MCSymbolWasm.h | 44 bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; } in isData() function in llvm::MCSymbolWasm
|
H A D | SectionKind.h | 165 bool isData() const { return K == Data; } in isData() function in llvm::SectionKind
|
/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/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
|
H A D | vktSpvAsm16bitStorageTests.cpp | 380 void addInfo(vector<bool>& info, int& ndx, const int count, bool isData) in addInfo() argument
|
/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
|
H A D | vktSpvAsm16bitStorageTests.cpp | 380 void addInfo(vector<bool>& info, int& ndx, const int count, bool isData) in addInfo() argument
|
/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
|
Completed in 62 milliseconds