Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(isHotpatchable)
DIPDBRawSymbol.h169 virtual bool isHotpatchable() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h160 bool isHotpatchable() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp274 MOCK_SYMBOL_ACCESSOR(isHotpatchable)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp946 bool DIARawSymbol::isHotpatchable() const { in isHotpatchable() function in DIARawSymbol