Searched defs:isData (Results  1 – 13 of 13) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | COFFImportFile.h | 66   bool isData() const {  in isData()  function
 | 
| D | ObjectFile.h | 470 inline bool SectionRef::isData() const {  in isData()  function
 | 
| /external/llvm/include/llvm/MC/ | 
| D | SectionKind.h | 160   bool isData() const { return K == Data; }  in isData()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCSymbolWasm.h | 44   bool isData() const { return Type == wasm::WASM_SYMBOL_TYPE_DATA; }  in isData()  function
 | 
| D | SectionKind.h | 165   bool isData() const { return K == Data; }  in isData()  function
 | 
| /external/llvm/include/llvm/Object/ | 
| D | ObjectFile.h | 395 inline bool SectionRef::isData() const {  in isData()  function
 | 
| /external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/ | 
| D | Flags.kt | 121 public val KmClass.isData: Boolean get() = flags.isDataClass  constant
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ | 
| D | ItaniumDemangle.cpp | 577 bool ItaniumPartialDemangler::isData() const {  in isData()  function in ItaniumPartialDemangler
 | 
| /external/llvm/tools/llvm-size/ | 
| D | llvm-size.cpp | 449       bool isData = Section.isData();  in printObjectSectionSizes()  local
 | 
| /external/deqp/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()175 vector<deInt8> data8bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true)  in data8bit()
 183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true)  in data32bit()
 
 | 
| D | vktSpvAsm16bitStorageTests.cpp | 380 void addInfo(vector<bool>& info, int& ndx, const int count, bool isData)  in addInfo()
 | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMISelLowering.cpp | 3047   unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();  in LowerPREFETCH()  local
 | 
| /external/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
 |