Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
131 getTargetSection(Fixup.getValue()))) { in getRelocType()
148 getTargetSection(Fixup.getValue()))) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h39 FORWARD_SYMBOL_METHOD(getTargetSection)
H A DIPDBRawSymbol.h141 virtual uint32_t getTargetSection() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h114 uint32_t getTargetSection() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h119 uint32_t getTargetSection() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp305 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp811 uint32_t DIARawSymbol::getTargetSection() const { in getTargetSection() function in DIARawSymbol