Home
last modified time | relevance | path

Searched refs:S_COALESCED (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp118 MachO::S_COALESCED | in InitMachOMCObjectFileInfo()
123 MachO::S_COALESCED, in InitMachOMCObjectFileInfo()
130 MachO::S_COALESCED, in InitMachOMCObjectFileInfo()
863 MachO::S_COALESCED | in InitEHFrameSection()
/external/llvm/include/llvm/Support/
DMachO.h183 S_COALESCED = 0x0bu, enumerator
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c173 #define S_COALESCED 0xb /* symbols that are to be coalesced */ macro