Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h190 bool isLocationControlFlowDependent() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h195 bool isLocationControlFlowDependent() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h217 virtual bool isLocationControlFlowDependent() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp595 bool NativeRawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp359 RAW_METHOD_DUMP(OS, isLocationControlFlowDependent); in dump()
1128 bool DIARawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in DIARawSymbol