Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h40 FORWARD_SYMBOL_METHOD(isHotpatchable)
H A DIPDBRawSymbol.h212 virtual bool isHotpatchable() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h190 bool isHotpatchable() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h185 bool isHotpatchable() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp576 bool NativeRawSymbol::isHotpatchable() const { in isHotpatchable() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp354 RAW_METHOD_DUMP(OS, isHotpatchable); in dump()
1108 bool DIARawSymbol::isHotpatchable() const { in isHotpatchable() function in DIARawSymbol