Home
last modified time | relevance | path

Searched defs:Obj (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) { in read()
181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw()
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt()
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt()
211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength()
221 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt()
231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
/third_party/typescript/tests/baselines/reference/
DobjectTypeWithStringAndNumberIndexSignatureToAny.js37 …f1(sToAny: StringTo<any>, nToAny: NumberTo<any>, bothToAny: StringAndNumberTo<any>, someObj: Obj) {
55 …ny: StringTo<any>, nToAny: NumberTo<any>, bothToAny: StringTo<any> & NumberTo<any>, someObj: Obj) {
78 …ingTo<any>, nToNumber: NumberToNumber, strToAnyNumToNum: StringToAnyNumberToNumber, someObj: Obj) {
DjsDeclarationsExportAssignedVisibility.js4 module.exports = class Obj { class
22 function Obj() { class
DexportDefaultMarksIdentifierAsUsed.js4 const Obj = {}; constant
14 const Obj = {}; constant
DjsdocTypeTag.js56 var Obj; variable
88 var Obj: any; variable
131 var Obj; variable
158 var Obj; variable
DexportAssignmentImportMergeNoCrash.js11 export const Obj = void Obj; constant
/third_party/typescript/tests/cases/compiler/
DexportAssignmentImportMergeNoCrash.ts9 export const Obj = void Obj; constant
DinvariantGenericErrorElaboration.ts18 interface Obj<O extends { [_ in string]: Runtype<any> }> extends Runtype<{[K in keyof O]: O[K]['wit… interface
19 declare function Obj<O extends { [_: string]: Runtype<any> }>(fields: O): Obj<O>; function
DexportDefaultMarksIdentifierAsUsed.ts7 const Obj = {}; constant
DpartialTypeNarrowedToByTypeGuard.ts2 type Obj = {} | undefined; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h162 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
177 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
258 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
264 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
277 callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
283 static size_t callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsExportAssignedVisibility.ts7 module.exports = class Obj { class
13 const Obj = require("./obj"); constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.9/support_number_and_symbol_nam/
D1_support_number_and_symbol_nam_1.ts29 type Obj = { alias
35 type T1 = keyof Obj; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp24 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName()
33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents()
102 Error RemarkLinker::link(const object::ObjectFile &Obj, in link()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDataExtractor.h21 const DWARFObject *Obj = nullptr; variable
27 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp62 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj, in symbolizeCode()
243 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents()
279 const MachOObjectFile *Obj) { in darwinDsymMatchesBinary()
288 Optional<ArrayRef<uint8_t>> getBuildID(const ELFFile<ELFT> *Obj) { in getBuildID()
307 Optional<ArrayRef<uint8_t>> getBuildID(const ELFObjectFileBase *Obj) { in getBuildID()
392 const ObjectFile *Obj, in lookUpDebuglinkObject()
412 const ELFObjectFileBase *Obj, in lookUpBuildIDObject()
444 ObjectFile *Obj = ObjOrErr.get(); in getOrCreateObjectPair() local
503 LLVMSymbolizer::createModuleInfo(const ObjectFile *Obj, in createModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h62 ObjectForArch Obj; variable
65 object_iterator(const ObjectForArch &Obj) : Obj(Obj) {} in object_iterator()
DMachOUniversal.h120 ObjectForArch Obj; variable
122 object_iterator(const ObjectForArch &Obj) : Obj(Obj) {} in object_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h38 const MachOObjectFile &Obj = in processRelocationRef() local
128 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
149 const MachOObjectFile &Obj = in processSECTDIFFRelocation() local
212 Error populateJumpTable(const MachOObjectFile &Obj, in populateJumpTable()
DRuntimeDyldMachOX86_64.h38 const MachOObjectFile &Obj = in processRelocationRef() local
123 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection()
161 const MachOObjectFile &Obj = in processSubtractRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h215 OwnedObject Obj, MemoryManagerPtrT MemMgr, in ConcreteLinkedObject()
292 void buildInitialSymbolTable(const OwnedObject &Obj) { in buildInitialSymbolTable()
323 OwnedObject Obj; member
339 OwnedObject Obj, MemoryManagerPtrT MemMgr, in createLinkedObject()
393 auto Obj = in addObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp127 User *Obj = reinterpret_cast<User*>(End); in allocateFixedOperandUser() local
153 User *Obj = reinterpret_cast<User *>(HungOffOperandList + 1); in operator new() local
170 User *Obj = static_cast<User *>(Usr); in operator delete() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.cpp53 void StackLayout::layoutObject(StackObject &Obj) { in layoutObject()
149 for (auto &Obj : StackObjects) in computeLayout() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp180 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
459 const ObjectFile *Obj = Section.getObject(); in isRequiredForExecution() local
482 const ObjectFile *Obj = Section.getObject(); in isReadOnlyData() local
500 const ObjectFile *Obj = Section.getObject(); in isZeroInit() local
515 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize()
625 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize()
643 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
717 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
772 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
890 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
[all …]
/third_party/typescript/tests/cases/conformance/types/contextualTypes/asyncFunctions/
DcontextuallyTypeAsyncFunctionAwaitOperand.ts5 interface Obj { key: "value"; } interface

123456