| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolData.cpp | 28 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers() 41 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() 51 if (Section->getAddressSection() == DataSection && in getCompilandId()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolAnnotation.h | 27 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | IPDBFrameData.h | 26 virtual uint32_t getAddressSection() const = 0;
|
| H A D | PDBSymbolBlock.h | 27 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | PDBSymbolPublicSymbol.h | 27 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | IPDBLineNumber.h | 25 virtual uint32_t getAddressSection() const = 0;
|
| H A D | PDBSymbolLabel.h | 27 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | PDBSymbolFuncDebugEnd.h | 28 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | PDBSymbolFuncDebugStart.h | 27 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | PDBSymbolThunk.h | 28 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | IPDBSectionContrib.h | 25 virtual uint32_t getAddressSection() const = 0;
|
| H A D | PDBSymbolData.h | 30 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | PDBSymbolFunc.h | 35 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| H A D | IPDBRawSymbol.h | 94 virtual uint32_t getAddressSection() const = 0;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.h | 26 uint32_t getAddressSection() const override;
|
| H A D | DIALineNumber.h | 26 uint32_t getAddressSection() const override;
|
| H A D | DIASectionContrib.h | 26 uint32_t getAddressSection() const override;
|
| H A D | DIARawSymbol.h | 65 uint32_t getAddressSection() const override;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.cpp | 34 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
|
| H A D | DIALineNumber.cpp | 38 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
|
| H A D | DIASectionContrib.cpp | 42 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 70 uint32_t getAddressSection() const override;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 110 uint32_t NativeRawSymbol::getAddressSection() const { in getAddressSection() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 517 uint32_t section_idx = symbol.getAddressSection() - 1; in ConvertPDBLocationToDWARFExpression()
|
| H A D | SymbolFilePDB.cpp | 1340 auto section_idx = pub_symbol->getAddressSection() - 1; in AddSymbols() 1944 auto sec = SectionContrib->getAddressSection(); in GetCompilandId() 1964 uint32_t DataSection = data.getAddressSection(); in GetCompilandId()
|