Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolFunc.h46 FORWARD_SYMBOL_METHOD(hasLongJump)
DIPDBRawSymbol.h191 virtual bool hasLongJump() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h169 bool hasLongJump() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h164 bool hasLongJump() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp492 bool NativeRawSymbol::hasLongJump() const { in hasLongJump() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp333 RAW_METHOD_DUMP(OS, hasLongJump); in dump()
1022 bool DIARawSymbol::hasLongJump() const { in hasLongJump() function in DIARawSymbol