Home
last modified time | relevance | path

Searched defs:const (Results 7526 - 7550 of 13991) sorted by relevance

1...<<301302303304305306307308309310>>...560

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp48 findRecordsByName(StringRef Name, const SymbolStream &Symbols) const findRecordsByName() argument
H A DNativeTypeFunctionSig.cpp65 std::unique_ptr<PDBSymbol> wrap(std::unique_ptr<PDBSymbol> S) const { in wrap() argument
134 NativeTypeFunctionSig::findChildren(PDB_SymType Type) const { in findChildren() argument
144 SymIndexId NativeTypeFunctionSig::getClassParentId() const { in getClassParentId() argument
151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() argument
155 uint32_t NativeTypeFunctionSig::getCount() const { in getCount() argument
108 dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const dump() argument
160 getTypeId() const getTypeId() argument
168 getThisAdjust() const getThisAdjust() argument
172 hasConstructor() const hasConstructor() argument
180 isConstType() const isConstType() argument
182 isConstructorVirtualBase() const isConstructorVirtualBase() argument
191 isCxxReturnUdt() const isCxxReturnUdt() argument
197 isUnalignedType() const isUnalignedType() argument
199 isVolatileType() const isVolatileType() argument
[all...]
H A DNativeTypePointer.cpp69 SymIndexId NativeTypePointer::getClassParentId() const { in getClassParentId() argument
78 uint64_t NativeTypePointer::getLength() const { in getLength() argument
100 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() argument
107 bool NativeTypePointer::isReference() const { in isReference() argument
113 bool NativeTypePointer::isRValueReference() const { in isRValueReference() argument
119 bool NativeTypePointer::isPointerToDataMember() const { in isPointerToDataMember() argument
125 bool NativeTypePointer::isPointerToMemberFunction() const { in isPointerToMemberFunction() argument
131 bool NativeTypePointer::isConstType() const { in isConstType() argument
34 dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const dump() argument
137 isRestrictedType() const isRestrictedType() argument
144 isVolatileType() const isVolatileType() argument
151 isUnalignedType() const isUnalignedType() argument
164 isSingleInheritance() const isSingleInheritance() argument
173 isMultipleInheritance() const isMultipleInheritance() argument
182 isVirtualInheritance() const isVirtualInheritance() argument
191 isMemberPointer() const isMemberPointer() argument
[all...]
H A DNativeTypeUDT.cpp73 std::string NativeTypeUDT::getName() const { in getName() argument
80 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; } in getLexicalParentId() argument
82 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() argument
89 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId() argument
99 uint64_t NativeTypeUDT::getLength() const { in getLength() argument
109 PDB_UdtType NativeTypeUDT::getUdtKind() const { in getUdtKind() argument
127 bool NativeTypeUDT::hasConstructor() const { in hasConstructor() argument
135 bool NativeTypeUDT::isConstType() const { in isConstType() argument
142 bool NativeTypeUDT::hasAssignmentOperator() const { in hasAssignmentOperator() argument
37 dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const dump() argument
150 hasCastOperator() const hasCastOperator() argument
158 hasNestedTypes() const hasNestedTypes() argument
166 hasOverloadedOperator() const hasOverloadedOperator() argument
174 isInterfaceUdt() const isInterfaceUdt() argument
176 isIntrinsic() const isIntrinsic() argument
183 isNested() const isNested() argument
190 isPacked() const isPacked() argument
197 isRefUdt() const isRefUdt() argument
199 isScoped() const isScoped() argument
206 isValueUdt() const isValueUdt() argument
208 isUnalignedType() const isUnalignedType() argument
215 isVolatileType() const isVolatileType() argument
[all...]
H A DSymbolCache.cpp231 SymbolCache::getSymbolById(SymIndexId SymbolId) const { in getSymbolById() argument
247 NativeRawSymbol &SymbolCache::getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById() argument
251 uint32_t SymbolCache::getNumCompilands() const { in getNumCompilands() argument
H A DTpiStream.cpp120 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() argument
125 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() argument
127 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() argument
129 uint32_t TpiStream::getNumTypeRecords() const { in getNumTypeRecords() argument
133 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex() argument
137 uint16_t TpiStream::getTypeHashStreamAuxIndex() const { in getTypeHashStreamAuxIndex() argument
141 uint32_t TpiStream::getNumHashBuckets() const { return Header->NumHashBuckets; } in getNumHashBuckets() argument
142 uint32_t TpiStream::getHashKeySize() const { return Header->HashKeySize; } in getHashKeySize() argument
160 std::vector<TypeIndex> TpiStream::findRecordsByName(StringRef Name) const { in findRecordsByName() argument
177 bool TpiStream::supportsTypeLookup() const { retur argument
180 findFullDeclForForwardRef(TypeIndex ForwardRefTI) const findFullDeclForForwardRef() argument
226 getTypeRecordsSubstream() const getTypeRecordsSubstream() argument
230 getHashValues() const getHashValues() argument
234 getTypeIndexOffsets() const getTypeIndexOffsets() argument
242 types(bool *HadError) const types() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp123 void PDBSymbol::dumpProperties() const { in dumpProperties() argument
129 void PDBSymbol::dumpChildStats() const { in dumpChildStats() argument
139 PDB_SymType PDBSymbol::getSymTag() const { return RawSymbol->getSymTag(); } in getSymTag() argument
140 uint32_t PDBSymbol::getSymIndexId() const { return RawSymbol->getSymIndexId(); } in getSymIndexId() argument
142 std::unique_ptr<IPDBEnumSymbols> PDBSymbol::findAllChildren() const { in findAllChildren() argument
117 defaultDump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) const defaultDump() argument
147 findAllChildren(PDB_SymType Type) const findAllChildren() argument
152 findChildren(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags) const findChildren() argument
158 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, uint32_t RVA) const findChildrenByRVA() argument
164 findInlineFramesByRVA(uint32_t RVA) const findInlineFramesByRVA() argument
169 getChildStats(TagStats &Stats) const getChildStats() argument
181 getSymbolByIdHelper(uint32_t Id) const getSymbolByIdHelper() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp115 std::string Node::toString(OutputFlags Flags) const { in toString() argument
123 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre() argument
150 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() argument
187 void IntegerLiteralNode::output(OutputStream &OS, OutputFlags Flags) const { in output() argument
154 output(OutputStream &OS, OutputFlags Flags, StringView Separator) const output() argument
166 output(OutputStream &OS, OutputFlags Flags) const output() argument
193 output(OutputStream &OS, OutputFlags Flags) const output() argument
215 outputTemplateParameters(OutputStream &OS, OutputFlags Flags) const outputTemplateParameters() argument
224 output(OutputStream &OS, OutputFlags Flags) const output() argument
242 output(OutputStream &OS, OutputFlags Flags) const output() argument
247 output(OutputStream &OS, OutputFlags Flags) const output() argument
348 output(OutputStream &OS, OutputFlags Flags) const output() argument
358 output(OutputStream &OS, OutputFlags Flags) const output() argument
366 output(OutputStream &OS, OutputFlags Flags) const output() argument
373 output(OutputStream &OS, OutputFlags Flags) const output() argument
379 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
411 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
449 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
455 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
472 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
518 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
526 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
540 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
542 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
547 outputOneDimension(OutputStream &OS, OutputFlags Flags, Node *N) const outputOneDimension() argument
555 outputDimensionsImpl(OutputStream &OS, OutputFlags Flags) const outputDimensionsImpl() argument
567 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
575 output(OutputStream &OS, OutputFlags Flags) const output() argument
579 output(OutputStream &OS, OutputFlags Flags) const output() argument
586 output(OutputStream &OS, OutputFlags Flags) const output() argument
617 outputPre(OutputStream &OS, OutputFlags Flags) const outputPre() argument
620 outputPost(OutputStream &OS, OutputFlags Flags) const outputPost() argument
622 output(OutputStream &OS, OutputFlags Flags) const output() argument
626 output(OutputStream &OS, OutputFlags Flags) const output() argument
634 output(OutputStream &OS, OutputFlags Flags) const output() argument
639 output(OutputStream &OS, OutputFlags Flags) const output() argument
644 output(OutputStream &OS, OutputFlags Flags) const output() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h80 LinkGraph &getGraph() const { return *G; } in getGraph() argument
82 const object::MachOObjectFile &getObject() const { return Obj; } in getObject() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp138 StringRef LazyReexportsMaterializationUnit::getName() const { in getName() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDominators.cpp43 bool BasicBlockEdge::isSingleEdge() const { in isSingleEdge() argument
116 bool DominatorTree::dominates(const Instruction *Def, in dominates() argument
153 dominates(const Instruction *Def, const BasicBlock *UseBB) const dominates() argument
179 dominates(const BasicBlockEdge &BBE, const BasicBlock *UseBB) const dominates() argument
231 dominates(const BasicBlockEdge &BBE, const Use &U) const dominates() argument
249 dominates(const Instruction *Def, const Use &U) const dominates() argument
300 isReachableFromEntry(const Use &U) const isReachableFromEntry() argument
374 verifyAnalysis() const verifyAnalysis() argument
381 print(raw_ostream &OS, const Module *) const print() argument
[all...]
H A DInlineAsm.cpp56 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() argument
H A DMangler.cpp111 getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, bool CannotUsePrivateLabel) const getNameWithPrefix() argument
177 getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, bool CannotUsePrivateLabel) const getNameWithPrefix() argument
[all...]
H A DRemarkStreamer.cpp115 bool RemarkStreamer::needsSection() const { in needsSection() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp55 LineEditor::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const { in complete() argument
256 Optional<std::string> LineEditor::readLine() const { in readLine() argument
300 Optional<std::string> LineEditor::readLine() const { in readLine() argument
83 getCompletionAction(StringRef Buffer, size_t Pos) const getCompletionAction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h101 getTripleName() const getTripleName() argument
102 getDisInfo() const getDisInfo() argument
103 getTagType() const getTagType() argument
104 getGetOpInfo() const getGetOpInfo() argument
105 getSymbolLookupCallback() const getSymbolLookupCallback() argument
108 getTarget() const getTarget() argument
109 getDisAsm() const getDisAsm() argument
110 getAsmInfo() const getAsmInfo() argument
111 getInstrInfo() const getInstrInfo() argument
112 getRegisterInfo() const getRegisterInfo() argument
113 getSubtargetInfo() const getSubtargetInfo() argument
116 getOptions() const getOptions() argument
118 getCPU() const getCPU() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionMachO.cpp103 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() argument
167 bool MCSectionMachO::UseCodeAlign() const { in UseCodeAlign() argument
171 bool MCSectionMachO::isVirtualSection() const { in isVirtualSection() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp50 void LSUnitBase::dump() const { in dump() argument
153 isAvailable(const InstRef &IR) const isAvailable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched() argument
46 bool DispatchStage::checkPRF(const InstRef &IR) const { in checkPRF() argument
62 bool DispatchStage::checkRCU(const InstRef &IR) const { in checkRCU() argument
71 canDispatch(const InstRef &IR) const canDispatch() argument
158 isAvailable(const InstRef &IR) const isAvailable() argument
181 dump() const dump() argument
[all...]
H A DExecuteStage.cpp43 bool ExecuteStage::isAvailable(const InstRef &IR) const { in isAvailable() argument
227 notifyInstructionExecuted(const InstRef &IR) const notifyInstructionExecuted() argument
233 notifyInstructionPending(const InstRef &IR) const notifyInstructionPending() argument
239 notifyInstructionReady(const InstRef &IR) const notifyInstructionReady() argument
245 notifyResourceAvailable(const ResourceRef &RR) const notifyResourceAvailable() argument
252 notifyInstructionIssued( const InstRef &IR, MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const notifyInstructionIssued() argument
272 notifyReservedOrReleasedBuffers(const InstRef &IR, bool Reserved) const notifyReservedOrReleasedBuffers() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp97 SubtargetFeatures ELFObjectFileBase::getMIPSFeatures() const { in getMIPSFeatures() argument
157 SubtargetFeatures ELFObjectFileBase::getARMFeatures() const { in getARMFeatures() argument
278 SubtargetFeatures ELFObjectFileBase::getRISCVFeatures() const { in getRISCVFeatures() argument
289 SubtargetFeatures ELFObjectFileBase::getFeatures() const { in getFeatures() argument
303 void ELFObjectFileBase::setARMSubArch(Triple &TheTriple) const { in setARMSubArch() argument
383 ELFObjectFileBase::getPltAddresses() const { in getPltAddresses() argument
[all...]
H A DObjectFile.cpp47 bool SectionRef::containsSymbol(SymbolRef S) const { in containsSymbol() argument
57 uint64_t ObjectFile::getSymbolValue(DataRefImpl Ref) const { in getSymbolValue() argument
66 Error ObjectFile::printSymbolName(raw_ostream &OS, DataRefImpl Symb) const { in printSymbolName() argument
74 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() argument
76 bool ObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode() argument
84 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; } in isSectionStripped() argument
86 bool ObjectFile::isBerkeleyText(DataRefImpl Sec) const { in isBerkeleyText() argument
90 bool ObjectFile::isBerkeleyData(DataRefImpl Sec) const { in isBerkeleyData() argument
95 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() argument
99 makeTriple() const makeTriple() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.hpp81 getShaderProgram() const getShaderProgram() argument
85 hasTessellationShader() const hasTessellationShader() argument
89 getViewportLayerOffset() const getViewportLayerOffset() argument
93 getVarName() const getVarName() argument
[all...]
H A Dgl4cTestPackages.cpp269 tcu::TestCaseExecutor* GL42CompatTestPackage::createExecutor(void) const in createExecutor() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp92 std::string FragmentShadingRateBasic::genVS() const in genVS() argument
106 std::string FragmentShadingRateBasic::genFS() const in genFS() argument
200 glw::GLboolean FragmentShadingRateBasic::verifyError(const glw::GLenum expected_error, const char* description) const in verifyError() argument
331 translateDrawIDToShadingRate(deUint32 drawID) const translateDrawIDToShadingRate() argument
[all...]

Completed in 16 milliseconds

1...<<301302303304305306307308309310>>...560