Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h195 bool isLocationControlFlowDependent() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h190 bool isLocationControlFlowDependent() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h217 virtual bool isLocationControlFlowDependent() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp595 bool NativeRawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp365 MOCK_SYMBOL_ACCESSOR(isLocationControlFlowDependent)
/llvm-project-15.0.7/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