Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h41 FORWARD_SYMBOL_METHOD(isHotpatchable)
H A DIPDBRawSymbol.h217 virtual bool isHotpatchable() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h191 bool isHotpatchable() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h186 bool isHotpatchable() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp577 bool NativeRawSymbol::isHotpatchable() const { in isHotpatchable() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp355 RAW_METHOD_DUMP(OS, isHotpatchable); in dump()
1109 bool DIARawSymbol::isHotpatchable() const { in isHotpatchable() function in DIARawSymbol