Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h164 bool isLocationControlFlowDependent() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h172 virtual bool isLocationControlFlowDependent() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp242 MOCK_SYMBOL_ACCESSOR(isLocationControlFlowDependent)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp953 bool DIARawSymbol::isLocationControlFlowDependent() const { in isLocationControlFlowDependent() function in DIARawSymbol