Home
last modified time | relevance | path

Searched defs:getAsBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp622 Optional<ArrayRef<uint8_t>> DWARFFormValue::getAsBlock() const { in getAsBlock() function in DWARFFormValue
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp590 Optional<ArrayRef<uint8_t>> DWARFFormValue::getAsBlock() const { in getAsBlock() function in DWARFFormValue
/external/angle/src/compiler/translator/
DIntermNode.h91 virtual TIntermBlock *getAsBlock() { return nullptr; } in getAsBlock() function
679 TIntermBlock *getAsBlock() override { return this; } in getAsBlock() function