Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h182 bool isAcceleratorStubFunction() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h177 bool isAcceleratorStubFunction() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h204 virtual bool isAcceleratorStubFunction() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp544 bool NativeRawSymbol::isAcceleratorStubFunction() const { in isAcceleratorStubFunction() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/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