Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugStart.h29 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFuncDebugEnd.h30 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolLabel.h29 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFunc.h50 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DIPDBRawSymbol.h190 virtual bool hasInterruptReturn() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h167 bool hasInterruptReturn() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h162 bool hasInterruptReturn() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp484 bool NativeRawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1014 bool DIARawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in DIARawSymbol