Home
last modified time | relevance | path

Searched defs:FindAssociatedSection (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h54 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp88 const MCSection *AArch64MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in AArch64MCExpr
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h66 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h71 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h86 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h93 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp752 const MCSection *MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MCExpr