OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindAssociatedSection
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
63
const MCSection *
FindAssociatedSection
() const {
64
return getSubExpr()->
FindAssociatedSection
();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h
83
const MCSection *
FindAssociatedSection
() const {
84
return getSubExpr()->
FindAssociatedSection
();
/external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h
70
const MCSection *
FindAssociatedSection
() const {
/external/llvm/lib/MC/
MCSymbol.cpp
60
const MCSection *Section = Value->
FindAssociatedSection
();
MCExpr.cpp
743
const MCSection *MCExpr::
FindAssociatedSection
() const {
747
return cast<MCTargetExpr>(this)->
FindAssociatedSection
();
763
return cast<MCUnaryExpr>(this)->getSubExpr()->
FindAssociatedSection
();
767
const MCSection *LHS_S = BE->getLHS()->
FindAssociatedSection
();
768
const MCSection *RHS_S = BE->getRHS()->
FindAssociatedSection
();
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h
172
const MCSection *
FindAssociatedSection
() const {
173
return getSubExpr()->
FindAssociatedSection
();
/external/llvm/include/llvm/MC/
MCExpr.h
95
///
FindAssociatedSection
- Find the "associated section" for this expression,
99
const MCSection *
FindAssociatedSection
() const;
505
virtual const MCSection *
FindAssociatedSection
() const = 0;
Completed in 154 milliseconds