Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h60 FORWARD_SYMBOL_METHOD(getLocalBasePointerRegisterId)
H A DIPDBRawSymbol.h109 virtual codeview::RegisterId getLocalBasePointerRegisterId() const = 0;
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp145 Symbol.getLocalBasePointerRegisterId()}; in start()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h88 codeview::RegisterId getLocalBasePointerRegisterId() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h83 codeview::RegisterId getLocalBasePointerRegisterId() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp190 codeview::RegisterId NativeRawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp263 MOCK_SYMBOL_ACCESSOR(getLocalBasePointerRegisterId)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp679 codeview::RegisterId DIARawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId() function in DIARawSymbol