HomeSort by relevance Sort by last modified time
    Searched defs:Obj (Results 26 - 30 of 30) sorted by null

12

  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 45 COFFDumper(const llvm::object::COFFObjectFile *Obj, StreamWriter& Writer)
47 , Obj(Obj) {
95 const llvm::object::COFFObjectFile *Obj;
105 error_code createCOFFDumper(const object::ObjectFile *Obj,
108 const COFFObjectFile *COFFObj = dyn_cast<COFFObjectFile>(Obj);
179 static error_code resolveSectionAndAddress(const COFFObjectFile *Obj,
186 section_iterator iter(Obj->begin_sections());
190 ResolvedSection = Obj->getCOFFSection(iter);
470 static error_code getSymbolAuxData(const COFFObjectFile *Obj,
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/v8/src/
liveobjectlist.cc 168 bool IsOfType(LiveObjectType type, HeapObject* obj) {
175 if (obj->Is##type_()) return (type == kType##type_);
259 inline bool Matches(HeapObject* obj) {
260 return !is_active() || MatchesSlow(obj);
267 bool MatchesSlow(HeapObject* obj);
334 bool LolFilter::MatchesSlow(HeapObject* obj) {
335 if ((type_ != kInvalidLiveObjType) && !IsOfType(type_, obj)) {
336 return false; // Fail because obj is not of the type of interest.
338 if ((space_ != kInvalidSpace) && !InSpace(space_, obj)) {
339 return false; // Fail because obj is not in the space of interest
588 HeapObject* obj = *target; local
1673 Object* obj = reinterpret_cast<Object*>(value); local
1857 JSObject* obj = JSObject::cast(heap_obj); local
1989 Object* obj = GetObj(obj_id); local
2063 Object* obj = object_stack_[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 681 CHAR Obj[MAX_PATH + 1];
689 BOOL IMAGEAPI SymEnumLines(HANDLE hProcess,ULONG64 Base,PCSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACK EnumLinesCallback,PVOID UserContext);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 681 CHAR Obj[MAX_PATH + 1];
689 BOOL IMAGEAPI SymEnumLines(HANDLE hProcess,ULONG64 Base,PCSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACK EnumLinesCallback,PVOID UserContext);
    [all...]

Completed in 249 milliseconds

12