Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp47 static const MCSection *getTargetSection(const MCExpr *Expr) { in getTargetSection() function
55 auto SectionLHS = getTargetSection(BinOp->getLHS()); in getTargetSection()
56 auto SectionRHS = getTargetSection(BinOp->getRHS()); in getTargetSection()
61 return getTargetSection(UnOp->getSubExpr()); in getTargetSection()
133 getTargetSection(Fixup.getValue()))) { in getRelocType()
150 getTargetSection(Fixup.getValue()))) { in getRelocType()
/freebsd/contrib/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;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h114 uint32_t getTargetSection() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h119 uint32_t getTargetSection() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp305 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp811 uint32_t DIARawSymbol::getTargetSection() const { in getTargetSection() function in DIARawSymbol