Home
last modified time | relevance | path

Searched refs:getLocalBasePointerRegisterId (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h58 FORWARD_SYMBOL_METHOD(getLocalBasePointerRegisterId)
H A DIPDBRawSymbol.h114 virtual codeview::RegisterId getLocalBasePointerRegisterId() const = 0;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp142 << Symbol.getLocalBasePointerRegisterId(); in start()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h89 codeview::RegisterId getLocalBasePointerRegisterId() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h84 codeview::RegisterId getLocalBasePointerRegisterId() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp192 codeview::RegisterId NativeRawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp680 codeview::RegisterId DIARawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId() function in DIARawSymbol