Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolLabel.h30 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFuncDebugEnd.h31 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFuncDebugStart.h30 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DPDBSymbolFunc.h51 FORWARD_SYMBOL_METHOD(hasInterruptReturn)
H A DIPDBRawSymbol.h195 virtual bool hasInterruptReturn() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h168 bool hasInterruptReturn() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h163 bool hasInterruptReturn() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp485 bool NativeRawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1015 bool DIARawSymbol::hasInterruptReturn() const { in hasInterruptReturn() function in DIARawSymbol