Searched refs:Obj (Results 26 - 31 of 31) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFastISel.cpp186 bool ARMComputeAddress(const Value *Obj, Address &Addr);
783 bool ARMFastISel::ARMComputeAddress(const Value *Obj, Address &Addr) { argument
787 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
790 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
795 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
800 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
878 const AllocaInst *AI = cast<AllocaInst>(Obj);
891 if (Addr.Base.Reg == 0) Addr.Base.Reg = getRegForValue(Obj);
/macosx-10.10/vim-55/runtime/syntax/
H A Dslrnrc.vim102 syn match slrnrcColorInit contained "^\s*color\s\+\S\+" skipwhite nextgroup=slrnrcColorVal\(Str\)\= contains=slrnrcColor\(Obj\|ObjStr\)\=
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h2576 static inline error_code GetELFSymbolVersion(const ObjectFile *Obj, argument
2582 dyn_cast<ELFObjectFile<support::little, false> >(Obj))
2587 dyn_cast<ELFObjectFile<support::big, false> >(Obj))
2592 dyn_cast<ELFObjectFile<support::little, true> >(Obj))
2597 dyn_cast<ELFObjectFile<support::big, true> >(Obj))
/macosx-10.10/vim-55/runtime/
H A Dmakemenu.vim362 SynMenu NO.Obj\ 3D\ wavefront:obj
H A Dsynmenu.vim339 an 50.80.190 &Syntax.NO.Obj\ 3D\ wavefront :cal SetSyn("obj")<CR>
H A Dfiletype.vim1403 " Obj 3D file format

Completed in 144 milliseconds

12