Home
last modified time | relevance | path

Searched refs:hasInterruptReturn (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugEnd.h28 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolLabel.h28 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFuncDebugStart.h28 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFunc.h53 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DIPDBRawSymbol.h190 virtual bool hasInterruptReturn() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h162 bool hasInterruptReturn() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h167 bool hasInterruptReturn() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp483 bool NativeRawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1014 bool DIARawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in DIARawSymbol