Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h176 bool isAcceleratorPointerTagLiveRange() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h181 bool isAcceleratorPointerTagLiveRange() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h203 virtual bool isAcceleratorPointerTagLiveRange() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp539 bool NativeRawSymbol::isAcceleratorPointerTagLiveRange() const { in isAcceleratorPointerTagLiveRange() function in NativeRawSymbol
/freebsd/contrib/llvm-project/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