Home
last modified time | relevance | path

Searched refs:isAcceleratorPointerTagLiveRange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h181 bool isAcceleratorPointerTagLiveRange() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h176 bool isAcceleratorPointerTagLiveRange() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h203 virtual bool isAcceleratorPointerTagLiveRange() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp539 bool NativeRawSymbol::isAcceleratorPointerTagLiveRange() const { in isAcceleratorPointerTagLiveRange() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp351 MOCK_SYMBOL_ACCESSOR(isAcceleratorPointerTagLiveRange)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp345 RAW_METHOD_DUMP(OS, isAcceleratorPointerTagLiveRange); in dump()
1071 bool DIARawSymbol::isAcceleratorPointerTagLiveRange() const { in isAcceleratorPointerTagLiveRange() function in DIARawSymbol