Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolFunc.h58 FORWARD_SYMBOL_METHOD(getLocalBasePointerRegisterId)
DIPDBRawSymbol.h71 virtual codeview::RegisterId getLocalBasePointerRegisterId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h62 codeview::RegisterId getLocalBasePointerRegisterId() const override;
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp134 << Symbol.getLocalBasePointerRegisterId(); in start()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp178 MOCK_SYMBOL_ACCESSOR(getLocalBasePointerRegisterId)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp537 codeview::RegisterId DIARawSymbol::getLocalBasePointerRegisterId() const { in getLocalBasePointerRegisterId() function in DIARawSymbol