HomeSort by relevance Sort by last modified time
    Searched defs:SB (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/MC/
MCObjectWriter.cpp 57 const MCSymbol &SB = B->getSymbol();
58 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
62 const MCSymbolData &DataB = Asm.getSymbolData(SB);
MCExpr.cpp 300 const MCSymbol &SB = B->getSymbol();
302 if (SA.isUndefined() || SB.isUndefined())
309 MCSymbolData &BD = Asm->getSymbolData(SB);
  /external/clang/lib/Frontend/
FrontendAction.cpp 287 llvm::MemoryBuffer *SB =
289 CI.getSourceManager().createMainFileIDForMemBuffer(SB);
CompilerInstance.cpp 572 llvm::OwningPtr<llvm::MemoryBuffer> SB;
573 if (llvm::MemoryBuffer::getSTDIN(SB)) {
578 const FileEntry *File = FileMgr.getVirtualFile(SB->getBufferIdentifier(),
579 SB->getBufferSize(), 0);
581 SourceMgr.overrideFileContents(File, SB.take());
    [all...]
  /frameworks/compile/slang/
slang.cpp 299 llvm::MemoryBuffer *SB =
301 mSourceMgr->createMainFileIDForMemBuffer(SB);
  /external/clang/lib/Lex/
Preprocessor.cpp 406 llvm::MemoryBuffer *SB =
408 assert(SB && "Cannot create predefined source buffer");
409 FileID FID = SourceMgr.createFileIDForMemBuffer(SB);
  /external/llvm/lib/Support/
MemoryBuffer.cpp 147 MemoryBuffer *SB = getNewUninitMemBuffer(Size, BufferName);
148 if (!SB) return 0;
149 memset(const_cast<char*>(SB->getBufferStart()), 0, Size);
150 return SB;
320 OwningPtr<MemoryBuffer> SB(Buf);
321 char *BufPtr = const_cast<char*>(SB->getBufferStart());
338 result.swap(SB);
345 result.swap(SB);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 108 struct ScreenBuffer *SB[2];
  /bionic/libc/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/tcpdump/
telnet.h 51 #define SB 250 /* interpret as subnegotiation */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/grub/netboot/
sis900.h 55 SB = 0x00000040,
  /external/v8/src/mips/
constants-mips.h 234 SB = ((5 << 3) + 0) << kOpcodeShift,
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 673 const Value *SB = StripPointerCastsAndObjCCalls(LocB.Ptr);
676 Location(SB, LocB.Size, LocB.TBAATag));
683 const Value *UB = GetUnderlyingObjCPtr(SB);
684 if (UA != SA || UB != SB) {
    [all...]

Completed in 632 milliseconds