Home
last modified time | relevance | path

Searched defs:getCharacteristics (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionCOFF.h70 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h112 uint32_t getCharacteristics() const { return Suffix->Characteristics; } in getCharacteristics() function
179 uint32_t getCharacteristics() const { return Characteristics; } in getCharacteristics() function
DCOFF.h832 uint16_t getCharacteristics() const { in getCharacteristics() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20816 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics { in isAlias() local