Home
last modified time | relevance | path

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

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