Home
last modified time | relevance | path

Searched refs:getAddressSection (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp27 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
50 if (Section->getAddressSection() == DataSection && in getCompilandId()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp27 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
50 if (Section->getAddressSection() == DataSection && in getCompilandId()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativePublicSymbol.cpp31 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
36 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
DNativeFunctionSymbol.cpp37 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
44 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolBlock.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolPublicSymbol.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugStart.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugEnd.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolLabel.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolBlock.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolPublicSymbol.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolLabel.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugEnd.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolBlock.h31 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h25 virtual uint32_t getAddressSection() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAFrameData.h25 uint32_t getAddressSection() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAFrameData.h25 uint32_t getAddressSection() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativePublicSymbol.h31 uint32_t getAddressSection() const override;

123