| /third_party/skia/third_party/externals/piex/src/binary_parse/ |
| H A D | range_checked_byte_ptr.h | 325 convert(T *output) const convert() argument 359 convert(size_t index, T *output) const convert() argument 468 remainingLength() const remainingLength() argument 483 errorOccurred() const errorOccurred() argument 487 operator [](size_t i) const operator []() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
| H A D | chrome_subsetter.cc | 34 operator T() const { return value_; } in operator T() argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| H A D | font_info.cc | 46 bool GlyphId::operator==(const GlyphId& other) const { in operator ==() argument 50 bool GlyphId::operator<(const GlyphId& other) const { in operator <() argument
|
| H A D | font_info.h | 46 int32_t glyph_id() const { return glyph_id_; } in glyph_id() argument 48 FontId font_id() const { return font_id_; } in font_id() argument 81 CharacterMap* chars_to_glyph_ids() const { retur argument 84 resolved_glyph_ids() const resolved_glyph_ids() argument 87 fonts() const fonts() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
| H A D | refcount.h | 144 virtual size_t AddRef() const { in AddRef() argument 150 virtual size_t Release() const { in Release() argument 223 T& operator*() const { in operator *() argument 227 operator ->() const operator ->() argument 231 operator !() const operator !() argument 235 operator <(const Ptr<T>& p) const operator <() argument 239 operator !=(T* pT) const operator !=() argument 243 operator ==(T* pT) const operator ==() argument 247 Release() const Release() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | cmap_iterator_test.cc | 51 int32_t platform_id() const { return platform_id_; } in platform_id() argument 52 int32_t encoding_id() const { return encoding_id_; } in encoding_id() argument 53 const char* file_name() const { return file_name_; } in file_name() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() argument 80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() argument 93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() argument 67 EmitTargetCodeForMemmove( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemmove() argument 105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemchr() argument 118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const EmitTargetCodeForStrcpy() argument 130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const EmitTargetCodeForStrcmp() argument 138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrlen() argument 144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrnlen() argument 150 EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, SDValue Size, MachinePointerInfo DstPtrInfo, bool ZeroData) const EmitTargetCodeForSetTag() argument 160 generateFMAsInMachineCombiner(CodeGenOpt::Level OptLevel) const generateFMAsInMachineCombiner() argument [all...] |
| H A D | VirtRegMap.h | 84 MachineFunction &getMachineFunction() const { in getMachineFunction() argument 89 MachineRegisterInfo &getRegInfo() const { return *MRI; } in getRegInfo() argument 90 const TargetRegisterInfo &getTargetRegInfo() const { retur in getRegInfo() argument 96 hasPhys(Register virtReg) const hasPhys() argument 102 getPhys(Register virtReg) const getPhys() argument 140 getPreSplitReg(Register virtReg) const getPreSplitReg() argument 148 getOriginal(unsigned VirtReg) const getOriginal() argument 155 isAssignedReg(Register virtReg) const isAssignedReg() argument 166 getStackSlot(Register virtReg) const getStackSlot() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 43 uint32_t getCurrentOffset() const { in getCurrentOffset() argument 68 bool isStreaming() const { in isStreaming() argument 71 bool isReading() const { in isReading() argument 74 bool isWriting() const { in isWriting() argument [all...] |
| H A D | DebugInlineeLinesSubsection.h | 77 bool valid() const { return Lines.valid(); } in valid() argument 80 Iterator begin() const { return Lines.begin(); } in begin() argument 81 Iterator end() const { return Lines.end(); } in end() argument 108 bool hasExtraFiles() const { retur argument 111 begin() const begin() argument 112 end() const end() argument [all...] |
| H A D | DebugLinesSubsection.h | 93 Iterator begin() const { return LinesAndColumns.begin(); } in begin() argument 94 Iterator end() const { return LinesAndColumns.end(); } in end() argument 96 const LineFragmentHeader *header() const { return Header; } in header() argument [all...] |
| H A D | Line.h | 39 uint32_t getStartLine() const { return LineData & StartLineMask; } in getStartLine() argument 41 uint32_t getLineDelta() const { in getLineDelta() argument 45 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine() argument 47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() argument 49 uint32_t getRawData() const { return LineData; } in getRawData() argument 51 bool isAlwaysStepInto() const { in isAlwaysStepInto() argument 55 bool isNeverStepInto() const { in isNeverStepInto() argument 76 getStartColumn() const getStartColumn() argument 80 getEndColumn() const getEndColumn() argument 85 getRawData() const getRawData() argument 106 getLineInfo() const getLineInfo() argument 108 getColumnInfo() const getColumnInfo() argument 110 getCodeOffset() const getCodeOffset() argument 112 getStartLine() const getStartLine() argument 114 getLineDelta() const getLineDelta() argument 116 getEndLine() const getEndLine() argument 118 getStartColumn() const getStartColumn() argument 120 getEndColumn() const getEndColumn() argument 122 isStatement() const isStatement() argument 124 isAlwaysStepInto() const isAlwaysStepInto() argument 126 isNeverStepInto() const isNeverStepInto() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 51 bool isValid() const { return U && Die; } in isValid() argument 52 explicit operator bool() const { return isValid(); } in operator bool() argument 53 const DWARFDebugInfoEntry *getDebugInfoEntry() const { return Die; } in getDebugInfoEntry() argument 54 DWARFUnit *getDwarfUnit() const { return U; } in getDwarfUnit() argument 59 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const { in getAbbreviationDeclarationPtr() argument 67 uint64_t getOffset() const { in getOffset() argument 72 getTag() const getTag() argument 79 hasChildren() const hasChildren() argument 85 isNULL() const isNULL() argument 313 operator bool() const operator bool() argument 314 operator *() const operator *() argument 364 operator *() const operator *() argument 379 begin() const begin() argument 383 end() const end() argument 387 children() const children() argument 412 base() const base() argument 436 operator *() const operator *() argument 444 equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const equals() argument 463 rbegin() const rbegin() argument 467 rend() const rend() argument [all...] |
| H A D | DWARFExpression.h | 135 iterator begin() const { return iterator(this, 0); } in begin() argument 136 iterator end() const { return iterator(this, Data.getData().size()); } in end() argument [all...] |
| H A D | DWARFUnitIndex.h | 62 const SectionContribution *getOffsets() const { in getOffsets() argument 66 uint64_t getSignature() const { return Signature; } in getSignature() argument 86 explicit operator bool() const { retur argument 94 getColumnKinds() const getColumnKinds() argument 98 getRows() const getRows() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| H A D | StringView.h | 39 StringView substr(size_t From) const { in substr() argument 43 size_t find(char C, size_t From = 0) const { in find() argument 54 substr(size_t From, size_t To) const substr() argument 62 dropFront(size_t N = 1) const dropFront() argument 68 dropBack(size_t N = 1) const dropBack() argument 74 front() const front() argument 79 back() const back() argument 103 startsWith(char C) const startsWith() argument 105 startsWith(StringView Str) const startsWith() argument 111 operator [](size_t Idx) const operator []() argument 113 begin() const begin() argument 114 end() const end() argument 115 size() const size() argument 116 empty() const empty() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 126 Error runViaLayer(JITLayerT &JITLayer) const { in runViaLayer() argument [all...] |
| H A D | LazyEmittingLayer.h | 104 const GlobalValue* searchGVs(StringRef Name, in searchGVs() argument 138 const GlobalValue* addGlobalValue(StringMap<const GlobalValue*> &Names, in addGlobalValue() argument 166 const GlobalValue* buildMangledSymbols(StringRef SearchName, in buildMangledSymbols() argument [all...] |
| H A D | OrcABISupport.h | 61 unsigned getNumStubs() const { llvm_unreachable("Not supported"); } in getNumStubs() argument 62 void *getStub(unsigned Idx) const { llvm_unreachable("Not supported"); } in getStub() argument 63 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr() argument 95 unsigned getNumStubs() const { return NumStubs; } in getNumStubs() argument 99 void *getStub(unsigned Idx) const { in getStub() argument 105 getPtr(unsigned Idx) const getPtr() argument [all...] |
| H A D | SymbolStringPool.h | 88 StringRef operator*() const { return S->first(); } in operator *() argument 167 empty() const empty() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | CFGDiff.h | 90 void printMap(raw_ostream &OS, const UpdateMapType &M) const { in printMap() argument 118 bool ignoreChild(const NodePtr BB, NodePtr EdgeEnd, bool InverseEdge) const { in ignoreChild() argument 129 getAddedChildren(const NodePtr BB, bool InverseEdge) const { in getAddedChildren() argument 138 print(raw_ostream &OS) const print() argument 154 dump() const dump() argument [all...] |
| H A D | ConstantRange.h | 51 ConstantRange getEmpty() const { in getEmpty() argument 56 ConstantRange getFull() const { in getFull() argument 159 const APIn argument 162 getUpper() const getUpper() argument 165 getBitWidth() const getBitWidth() argument 207 getSingleElement() const getSingleElement() argument 215 getSingleMissingElement() const getSingleMissingElement() argument 222 isSingleElement() const isSingleElement() argument 249 operator ==(const ConstantRange &CR) const operator ==() argument 252 operator !=(const ConstantRange &CR) const operator !=() argument [all...] |
| H A D | Dominators.h | 90 getStart() const getStart() argument 94 getEnd() const getEnd() argument 268 getDomTree() const getDomTree() argument [all...] |
| H A D | GlobalValue.h | 128 bool mayBeDerefined() const { in mayBeDerefined() argument 164 unsigned getGlobalValueSubClassData() const { in getGlobalValueSubClassData() argument [all...] |