| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyCompilandDumper.cpp | 99 uint64_t AddrStart = Line->getVirtualAddress(); in start() 106 uint64_t AddrStart = Line->getVirtualAddress(); in start() 140 << "[" << format_hex(Symbol.getVirtualAddress(), 10) << "]"; in dump() 181 << "[" << format_hex(Symbol.getVirtualAddress(), 10) << "] "; in dump() 194 uint64_t VA = Symbol.getVirtualAddress(); in dump()
|
| H A D | PrettyFunctionDumper.cpp | 117 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() 123 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start() 130 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
|
| H A D | PrettyExternalSymbolDumper.cpp | 35 uint64_t Addr = Symbol.getVirtualAddress(); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 79 {LineInfo->getVirtualAddress(), Address.SectionIndex}, Specifier); in getLineInfoForAddressRange() 80 Table.push_back(std::make_pair(LineInfo->getVirtualAddress(), LineEntry)); in getLineInfoForAddressRange() 153 if (!Func || Func->getVirtualAddress() == PS->getVirtualAddress()) in getFunctionName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeFunctionSymbol.cpp | 55 uint64_t NativeFunctionSymbol::getVirtualAddress() const { in getVirtualAddress() function in NativeFunctionSymbol 108 uint32_t CodeOffset = VA - getVirtualAddress(); in findInlineFramesByVA() 123 IS, getVirtualAddress(), Modi, Start.offset()); in findInlineFramesByVA()
|
| H A D | NativePublicSymbol.cpp | 46 uint64_t NativePublicSymbol::getVirtualAddress() const { in getVirtualAddress() function in NativePublicSymbol
|
| H A D | NativeLineNumber.cpp | 41 uint64_t NativeLineNumber::getVirtualAddress() const { in getVirtualAddress() function in NativeLineNumber
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBFrameData.h | 29 virtual uint64_t getVirtualAddress() const = 0;
|
| H A D | PDBSymbolAnnotation.h | 30 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | PDBSymbolBlock.h | 32 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | IPDBLineNumber.h | 27 virtual uint64_t getVirtualAddress() const = 0;
|
| H A D | PDBSymbolPublicSymbol.h | 36 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | PDBSymbolFuncDebugStart.h | 39 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | PDBSymbolFuncDebugEnd.h | 40 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | PDBSymbolLabel.h | 39 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | IPDBSectionContrib.h | 27 virtual uint64_t getVirtualAddress() const = 0;
|
| H A D | PDBSymbolThunk.h | 45 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| H A D | PDBSymbolData.h | 50 FORWARD_SYMBOL_METHOD(getVirtualAddress)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.h | 29 uint64_t getVirtualAddress() const override;
|
| H A D | DIALineNumber.h | 28 uint64_t getVirtualAddress() const override;
|
| H A D | DIASectionContrib.h | 28 uint64_t getVirtualAddress() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativePublicSymbol.h | 34 uint64_t getVirtualAddress() const override;
|
| H A D | NativeFunctionSymbol.h | 35 uint64_t getVirtualAddress() const override;
|
| H A D | NativeLineNumber.h | 34 uint64_t getVirtualAddress() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.cpp | 50 uint64_t DIAFrameData::getVirtualAddress() const { in getVirtualAddress() function in DIAFrameData
|