Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h98 const MCSymbol *getAtom() const { return Atom; } in getAtom() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp177 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler