OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAddressSection
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBFrameData.h
25
virtual uint32_t
getAddressSection
() const = 0;
PDBSymbolAnnotation.h
26
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolBlock.h
26
FORWARD_SYMBOL_METHOD(
getAddressSection
)
IPDBLineNumber.h
24
virtual uint32_t
getAddressSection
() const = 0;
PDBSymbolFuncDebugEnd.h
27
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolFuncDebugStart.h
26
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolLabel.h
26
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolPublicSymbol.h
26
FORWARD_SYMBOL_METHOD(
getAddressSection
)
IPDBSectionContrib.h
24
virtual uint32_t
getAddressSection
() const = 0;
PDBSymbolData.h
29
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolThunk.h
27
FORWARD_SYMBOL_METHOD(
getAddressSection
)
PDBSymbolFunc.h
34
FORWARD_SYMBOL_METHOD(
getAddressSection
)
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAFrameData.h
25
uint32_t
getAddressSection
() const override;
DIALineNumber.h
25
uint32_t
getAddressSection
() const override;
DIASectionContrib.h
25
uint32_t
getAddressSection
() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolData.cpp
27
if (auto Section = RawSymbol->
getAddressSection
())
40
uint32_t DataSection = RawSymbol->
getAddressSection
();
50
if (Section->
getAddressSection
() == DataSection &&
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativePublicSymbol.h
31
uint32_t
getAddressSection
() const override;
NativeFunctionSymbol.h
31
uint32_t
getAddressSection
() const override;
NativeLineNumber.h
31
uint32_t
getAddressSection
() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativePublicSymbol.cpp
31
dumpSymbolField(OS, "section",
getAddressSection
(), Indent);
36
uint32_t NativePublicSymbol::
getAddressSection
() const { return Sym.Segment; }
NativeLineNumber.cpp
33
uint32_t NativeLineNumber::
getAddressSection
() const { return Section; }
NativeFunctionSymbol.cpp
37
dumpSymbolField(OS, "section",
getAddressSection
(), Indent);
44
uint32_t NativeFunctionSymbol::
getAddressSection
() const { return Sym.Segment; }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAFrameData.cpp
33
uint32_t DIAFrameData::
getAddressSection
() const {
DIALineNumber.cpp
37
uint32_t DIALineNumber::
getAddressSection
() const {
DIASectionContrib.cpp
41
uint32_t DIASectionContrib::
getAddressSection
() const {
Completed in 61 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026