Home
last modified time | relevance | path

Searched defs:Obj (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/jerryscript/tests/jerry/
H A Ddate-construct.js57 var Obj = function (val) class
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsExportAssignedVisibility.js28 var Obj = require("./obj"); variable
[all...]
H A DexportDefaultMarksIdentifierAsUsed.js
H A DjsdocTypeTag.js56 var Obj; variable
88 var Obj: any; variable
131 var Obj; variable
158 var Obj; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DSymbolicFile.cpp82 Expected<std::unique_ptr<ObjectFile>> Obj = in createSymbolicFile() local
H A DIRObjectFile.cpp74 IRObjectFile::findBitcodeInObject(const ObjectFile &Obj) { in findBitcodeInObject() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp53 void StackLayout::layoutObject(StackObject &Obj) { in layoutObject() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp21 DWARFDebugPubTable::DWARFDebugPubTable(const DWARFObject &Obj, in DWARFDebugPubTable() argument
H A DDWARFDebugLoc.cpp121 dumpLocationList(uint64_t *Offset, raw_ostream &OS, Optional<SectionedAddress> BaseAddr, const MCRegisterInfo *MRI, const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, unsigned Indent) const dumpLocationList() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp31 DumpObjects::operator()(std::unique_ptr<MemoryBuffer> Obj) { in operator ()() argument
H A DCompileUtils.cpp58 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()() local
H A DLayer.cpp189 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectSymbolFlags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h21 const DWARFObject *Obj = nullptr; member in llvm::DWARFDataExtractor
27 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h58 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) { in read() argument
181 readRaw(Object &Obj) readRaw() argument
191 readInt(Object &Obj) readInt() argument
201 readUInt(Object &Obj) readUInt() argument
211 readLength(Object &Obj) readLength() argument
221 readExt(Object &Obj) readExt() argument
231 createRaw(Object &Obj, uint32_t Size) createRaw() argument
241 createExt(Object &Obj, uint32_t Size) createExt() argument
[all...]
H A DMsgPackDocument.cpp87 Object Obj; in readFromBlob() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp102 void MappingTraits<XCOFFYAML::Object>::mapping(IO &IO, XCOFFYAML::Object &Obj) { in mapping() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp80 notifyObjectLoaded( ObjectKey Key, const ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &L) notifyObjectLoaded() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h67 const MachOObjectFile &Obj = in getRelocationEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h24 isThumbFunc(object::symbol_iterator Symbol, const object::ObjectFile &Obj, object::section_iterator Section) isThumbFunc() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h109 auto Obj = Compile(*M); in addModule() local
H A DObjectTransformLayer.h73 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) { in addObject() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DTapiUniversal.h62 ObjectForArch Obj; member in llvm::object::TapiUniversal::object_iterator
65 object_iterator(const ObjectForArch &Obj) : Obj(Obj) {} in object_iterator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h135 template <typename T> Error writeObject(const T &Obj) { in writeObject() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkLinker.cpp24 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName() argument
33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents() argument
102 Error RemarkLinker::link(const object::ObjectFile &Obj, in link() argument

Completed in 15 milliseconds

1234