Searched refs:getRelativeVirtualAddress (Results 26 - 32 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h100 uint32_t getRelativeVirtualAddress() const override;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h105 uint32_t getRelativeVirtualAddress() const override;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h126 virtual uint32_t getRelativeVirtualAddress() const = 0;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp254 uint32_t NativeRawSymbol::getRelativeVirtualAddress() const { function in class:NativeRawSymbol
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp875 if (uint32_t rva = func->getRelativeVirtualAddress()) {
881 if (method->getRelativeVirtualAddress() == rva) {
H A DSymbolFilePDB.cpp2042 if (auto RVA = data.getRelativeVirtualAddress())
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp750 uint32_t DIARawSymbol::getRelativeVirtualAddress() const { function in class:DIARawSymbol

Completed in 203 milliseconds

12