Home
last modified time | relevance | path

Searched refs:hasLongJump (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolFunc.h47 FORWARD_SYMBOL_METHOD(hasLongJump)
DIPDBRawSymbol.h148 virtual bool hasLongJump() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h139 bool hasLongJump() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp253 MOCK_SYMBOL_ACCESSOR(hasLongJump)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp860 bool DIARawSymbol::hasLongJump() const { in hasLongJump() function in DIARawSymbol