Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h50 FORWARD_SYMBOL_METHOD(hasSetJump)
H A DIPDBRawSymbol.h205 virtual bool hasSetJump() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h179 bool hasSetJump() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h174 bool hasSetJump() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp529 bool NativeRawSymbol::hasSetJump() const { in hasSetJump() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp343 RAW_METHOD_DUMP(OS, hasSetJump); in dump()
1059 bool DIARawSymbol::hasSetJump() const { in hasSetJump() function in DIARawSymbol