Home
last modified time | relevance | path

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

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