Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLabel.java210 public int getAtom() { in getAtom() method in Label
/external/llvm/lib/MC/
DMCAssembler.cpp150 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp221 const MCSymbolData *MCAssembler::getAtom(const MCSymbolData *SD) const { in getAtom() function in MCAssembler
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h97 MCSymbolData *getAtom() const { return Atom; } in getAtom() function