Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h196 bool isLocationControlFlowDependent() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h191 bool isLocationControlFlowDependent() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h222 virtual bool isLocationControlFlowDependent() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp597 bool NativeRawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp360 RAW_METHOD_DUMP(OS, isLocationControlFlowDependent); in dump()
1129 bool DIARawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in DIARawSymbol