Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h36 FORWARD_SYMBOL_METHOD(getTargetOffset)
H A DIPDBRawSymbol.h138 virtual uint32_t getTargetOffset() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h111 uint32_t getTargetOffset() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h116 uint32_t getTargetOffset() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp293 uint32_t NativeRawSymbol::getTargetOffset() const { in getTargetOffset() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp798 uint32_t DIARawSymbol::getTargetOffset() const { in getTargetOffset() function in DIARawSymbol