Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h183 bool isAcceleratorStubFunction() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h178 bool isAcceleratorStubFunction() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h209 virtual bool isAcceleratorStubFunction() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp545 bool NativeRawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp347 RAW_METHOD_DUMP(OS, isAcceleratorStubFunction); in dump()
1077 bool DIARawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction() function in DIARawSymbol