Home
last modified time | relevance | path

Searched refs:isAcceleratorStubFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h177 bool isAcceleratorStubFunction() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h182 bool isAcceleratorStubFunction() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h204 virtual bool isAcceleratorStubFunction() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp543 bool NativeRawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp346 RAW_METHOD_DUMP(OS, isAcceleratorStubFunction); in dump()
1076 bool DIARawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction() function in DIARawSymbol