/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 26 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers() 39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() 49 if (Section->getAddressSection() == DataSection && in getCompilandId()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativePublicSymbol.cpp | 30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump() 35 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
|
H A D | NativeFunctionSymbol.cpp | 41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump() 48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
|
H A D | NativeLineNumber.cpp | 34 uint32_t NativeLineNumber::getAddressSection() const { return Section; } in getAddressSection() function in NativeLineNumber
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolAnnotation.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | IPDBFrameData.h | 25 virtual uint32_t getAddressSection() const = 0;
|
H A D | PDBSymbolBlock.h | 24 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | PDBSymbolPublicSymbol.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | IPDBLineNumber.h | 24 virtual uint32_t getAddressSection() const = 0;
|
H A D | PDBSymbolFuncDebugEnd.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | PDBSymbolFuncDebugStart.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | PDBSymbolLabel.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | IPDBSectionContrib.h | 24 virtual uint32_t getAddressSection() const = 0;
|
H A D | PDBSymbolThunk.h | 26 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | PDBSymbolData.h | 29 FORWARD_SYMBOL_METHOD(getAddressSection)
|
H A D | PDBSymbolFunc.h | 37 FORWARD_SYMBOL_METHOD(getAddressSection)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAFrameData.h | 25 uint32_t getAddressSection() const override;
|
H A D | DIALineNumber.h | 25 uint32_t getAddressSection() const override;
|
H A D | DIASectionContrib.h | 25 uint32_t getAddressSection() const override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativePublicSymbol.h | 32 uint32_t getAddressSection() const override;
|
H A D | NativeFunctionSymbol.h | 34 uint32_t getAddressSection() const override;
|
H A D | NativeLineNumber.h | 32 uint32_t getAddressSection() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAFrameData.cpp | 33 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
|
H A D | DIALineNumber.cpp | 37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
|
H A D | DIASectionContrib.cpp | 41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib
|