Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h128 Atom getAtom() const { return formula().getAtom(); } getAtom() function
145 Atom getAtom() const { return formula().getAtom(); } getAtom() function
H A DFormula.h68 Atom getAtom() const { in getAtom() function
/freebsd-src/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h106 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h138 const ocsd_pkt_atom &getAtom() const { return m_pkt_data.atom; }; in getAtom() function
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h182 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h99 const MCSymbol *getAtom() const { return Atom; } getAtom() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp177 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { getAtom() function in MCAssembler