Home
last modified time | relevance | path

Searched refs:getTargetSection (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp46 static const MCSection *getTargetSection(const MCExpr *Expr) {
54 auto SectionLHS = getTargetSection(BinOp->getLHS()); in getTargetSection()
55 auto SectionRHS = getTargetSection(BinOp->getRHS()); in getTargetSection()
60 return getTargetSection(UnOp->getSubExpr()); in getTargetSection()
132 getTargetSection(Fixup.getValue()))) { in getRelocType()
149 getTargetSection(Fixup.getValue()))) { in getRelocType()
47 static const MCSection *getTargetSection(const MCExpr *Expr) { getTargetSection() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h39 FORWARD_SYMBOL_METHOD(getTargetSection)
H A DIPDBRawSymbol.h141 virtual uint32_t getTargetSection() const = 0;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h119 uint32_t getTargetSection() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h114 uint32_t getTargetSection() const override;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp305 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection() function in NativeRawSymbol
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp293 MOCK_SYMBOL_ACCESSOR(getTargetSection)
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp811 uint32_t DIARawSymbol::getTargetSection() const { in getTargetSection() function in DIARawSymbol