Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h49 FORWARD_SYMBOL_METHOD(hasSetJump)
H A DIPDBRawSymbol.h200 virtual bool hasSetJump() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h178 bool hasSetJump() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h173 bool hasSetJump() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp528 bool NativeRawSymbol::hasSetJump() const { in hasSetJump() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp342 RAW_METHOD_DUMP(OS, hasSetJump); in dump()
1058 bool DIARawSymbol::hasSetJump() const { in hasSetJump() function in DIARawSymbol