| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | NativePublicSymbol.cpp | 30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump() 35 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
|
| HD | NativeFunctionSymbol.cpp | 41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump() 48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
|
| HD | NativeLineNumber.cpp | 34 uint32_t NativeLineNumber::getAddressSection() const { return Section; } in getAddressSection() function in NativeLineNumber
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| HD | PDBSymbolAnnotation.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | IPDBFrameData.h | 25 virtual uint32_t getAddressSection() const = 0;
|
| HD | PDBSymbolBlock.h | 24 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | PDBSymbolPublicSymbol.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | IPDBLineNumber.h | 24 virtual uint32_t getAddressSection() const = 0;
|
| HD | PDBSymbolLabel.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | PDBSymbolFuncDebugStart.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | PDBSymbolFuncDebugEnd.h | 25 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | IPDBSectionContrib.h | 24 virtual uint32_t getAddressSection() const = 0;
|
| HD | PDBSymbolThunk.h | 26 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | PDBSymbolData.h | 29 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| HD | PDBSymbolFunc.h | 37 FORWARD_SYMBOL_METHOD(getAddressSection)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| HD | DIAFrameData.h | 25 uint32_t getAddressSection() const override;
|
| HD | DIALineNumber.h | 25 uint32_t getAddressSection() const override;
|
| HD | DIASectionContrib.h | 25 uint32_t getAddressSection() const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| HD | NativePublicSymbol.h | 32 uint32_t getAddressSection() const override;
|
| HD | NativeFunctionSymbol.h | 34 uint32_t getAddressSection() const override;
|
| HD | NativeLineNumber.h | 32 uint32_t getAddressSection() const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| HD | DIAFrameData.cpp | 33 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
|
| HD | DIALineNumber.cpp | 37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
|
| HD | DIASectionContrib.cpp | 41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib
|