Home
last modified time | relevance | path

Searched refs:setAtom (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCMachOStreamer.cpp408 it2->setAtom(CurrentAtom); in Finish()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp490 Frag.setAtom(CurrentAtom); in FinishImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp493 Frag.setAtom(CurrentAtom); in FinishImpl()
/external/llvm/include/llvm/MC/
DMCFragment.h105 void setAtom(const MCSymbol *Value) { Atom = Value; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h103 void setAtom(const MCSymbol *Value) { Atom = Value; } in setAtom() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h98 void setAtom(MCSymbolData *Value) { Atom = Value; } in setAtom() function