| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolData.cpp | 28 Section, RawSymbol->getAddressOffset(), Len); in getLineNumbers() 40 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId() 50 Section->getAddressOffset() <= DataOffset && in getCompilandId() 51 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativePublicSymbol.cpp | 29 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump() 33 uint32_t NativePublicSymbol::getAddressOffset() const { return Sym.Offset; } in getAddressOffset() function in NativePublicSymbol
|
| H A D | NativeFunctionSymbol.cpp | 40 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump() 44 uint32_t NativeFunctionSymbol::getAddressOffset() const { in getAddressOffset() function in NativeFunctionSymbol
|
| H A D | NativeLineNumber.cpp | 36 uint32_t NativeLineNumber::getAddressOffset() const { return Offset; } in getAddressOffset() function in NativeLineNumber
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolAnnotation.h | 24 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | IPDBFrameData.h | 24 virtual uint32_t getAddressOffset() const = 0;
|
| H A D | PDBSymbolBlock.h | 23 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | PDBSymbolPublicSymbol.h | 24 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | IPDBLineNumber.h | 25 virtual uint32_t getAddressOffset() const = 0;
|
| H A D | PDBSymbolFuncDebugEnd.h | 24 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | PDBSymbolLabel.h | 24 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | PDBSymbolFuncDebugStart.h | 24 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | IPDBSectionContrib.h | 25 virtual uint32_t getAddressOffset() const = 0;
|
| H A D | PDBSymbolThunk.h | 25 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | PDBSymbolData.h | 28 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| H A D | PDBSymbolFunc.h | 36 FORWARD_SYMBOL_METHOD(getAddressOffset)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.h | 24 uint32_t getAddressOffset() const override;
|
| H A D | DIALineNumber.h | 26 uint32_t getAddressOffset() const override;
|
| H A D | DIASectionContrib.h | 26 uint32_t getAddressOffset() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativePublicSymbol.h | 31 uint32_t getAddressOffset() const override;
|
| H A D | NativeFunctionSymbol.h | 33 uint32_t getAddressOffset() const override;
|
| H A D | NativeLineNumber.h | 33 uint32_t getAddressOffset() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.cpp | 29 uint32_t DIAFrameData::getAddressOffset() const { in getAddressOffset() function in DIAFrameData
|
| H A D | DIALineNumber.cpp | 42 uint32_t DIALineNumber::getAddressOffset() const { in getAddressOffset() function in DIALineNumber
|
| H A D | DIASectionContrib.cpp | 45 uint32_t DIASectionContrib::getAddressOffset() const { in getAddressOffset() function in DIASectionContrib
|