Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/analysis/
DLabel.java211 public int getAtom() { in getAtom() method in Label
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h141 int getAtom(const char* s) const in getAtom() function
/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-7.0/llvm/lib/MC/
DMCAssembler.cpp179 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h102 const MCSymbol *getAtom() const { return Atom; } in getAtom() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h97 MCSymbolData *getAtom() const { return Atom; } in getAtom() function