HomeSort by relevance Sort by last modified time
    Searched refs:Obj (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/llvm/tools/llvm-size/
llvm-size.cpp 262 /// @brief Print the size of each section in @p Obj.
265 static void PrintObjectSectionSizes(ObjectFile *Obj) {
274 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj);
287 for (const SectionRef &Section : Obj->sections()) {
322 for (const SectionRef &Section : Obj->sections()) {
347 for (const SectionRef &Section : Obj->sections()) {
  /external/llvm/include/llvm/Support/
YAMLTraits.h 865 MappingNormalization(IO &i_o, TFinal &Obj)
866 : io(i_o), BufPtr(nullptr), Result(Obj) {
868 BufPtr = new (&Buffer) TNorm(io, Obj);
897 MappingNormalizationHeap(IO &i_o, TFinal &Obj)
898 : io(i_o), BufPtr(nullptr), Result(Obj) {
900 BufPtr = new (&Buffer) TNorm(io, Obj);
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_1_and_2.pass.cpp 148 T obj; local
149 T* obj_ptr = &obj;
158 runTestDispatch(tag, obj);
205 template <class Obj>
206 void runTest(Obj& obj) {
212 b.runTest( (MemPtr)&ClassType::f, obj);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 26 * Obj is a typical class that implements JSONString. It also
31 class Obj implements JSONString {
36 public Obj(String string, double n, boolean b) {
73 Obj obj = new Obj("A beany object", 42, true); local
114 j = new JSONObject(obj);
137 .key("obj keys")
138 .value(JSONObject.getNames(obj))
186 jj.value(obj);
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 274 DWARFContextInMemory(const object::ObjectFile &Obj,
  /external/llvm/include/llvm/Object/
COFFYAML.h 217 static void mapping(IO &IO, COFFYAML::Object &Obj);
  /external/llvm/lib/Analysis/
Lint.cpp 269 Value *Obj = findValue(*AI, /*OffsetOk=*/true);
270 Assert(!isa<AllocaInst>(Obj),
365 Value *Obj = findValue(V, /*OffsetOk=*/true);
366 Assert(!isa<AllocaInst>(Obj), "Unusual: Returning alloca value", &I);
  /external/llvm/lib/Object/
Object.cpp 66 std::unique_ptr<ObjectFile> Obj;
ArchiveWriter.cpp 239 object::SymbolicFile &Obj = *ObjOrErr.get();
251 for (const object::BasicSymbolRef &S : Obj.symbols()) {
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 81 const object::ObjectFile &Obj) {
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 173 // Sets Obj unless any bytes in [addr, addr + size) fall outsize of m.
176 static std::error_code getObject(const T *&Obj, MemoryBufferRef M,
182 Obj = reinterpret_cast<const T *>(Addr);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult;
511 if GetInterface(IID, Obj) then
675 out Obj): HResult;
677 if GetInterface(IID, Obj) then
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 91 static void zero(T &Obj) {
92 memset(&Obj, 0, sizeof(Obj));
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 114 bool computeAddress(const Value *Obj, Address &Addr);
407 bool MipsFastISel::computeAddress(const Value *Obj, Address &Addr) {
411 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
414 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
419 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
475 const AllocaInst *AI = cast<AllocaInst>(Obj);
486 Addr.setReg(getRegForValue(Obj));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 160 bool PPCComputeAddress(const Value *Obj, Address &Addr);
302 // Given a value Obj, create an Address object Addr that represents its
304 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) {
307 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
310 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
315 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
385 const AllocaInst *AI = cast<AllocaInst>(Obj);
400 // instead of "addi ry, r1, offset / ld rx, 0(ry)". Obj will
405 Addr.Base.Reg = getRegForValue(Obj);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 756 CHAR Obj[MAX_PATH + 1];
766 WCHAR Obj[MAX_PATH + 1];
775 WINBOOL IMAGEAPI SymEnumLines(HANDLE hProcess,ULONG64 Base,PCSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACK EnumLinesCallback,PVOID UserContext);
776 WINBOOL IMAGEAPI SymEnumLinesW(HANDLE hProcess,ULONG64 Base,PCWSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACKW EnumLinesCallback,PVOID UserContext);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vss.h 415 VSS_OBJECT_UNION Obj;
vsmgmt.h 85 VSS_MGMT_OBJECT_UNION Obj;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 583 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
584 D = Obj->getInterface();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 176 bool ARMComputeAddress(const Value *Obj, Address &Addr);
756 bool ARMFastISel::ARMComputeAddress(const Value *Obj, Address &Addr) {
760 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
763 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
768 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
773 if (PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
844 const AllocaInst *AI = cast<AllocaInst>(Obj);
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 143 bool computeAddress(const Value *Obj, Address &Addr, Type *Ty = nullptr);
509 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty)
513 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
516 if (FuncInfo.StaticAllocaMap.count(static_cast<const AllocaInst *>(Obj)) ||
521 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
526 if (auto *Ty = dyn_cast<PointerType>(Obj->getType()))
601 const AllocaInst *AI = cast<AllocaInst>(Obj);
841 unsigned Reg = getRegForValue(Obj);
849 unsigned Reg = getRegForValue(Obj);
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) {
698 IRObjectFile << Obj->getBuffer();
    [all...]

Completed in 2357 milliseconds

1 2 3 45 6