| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.cpp | 48 findRecordsByName(StringRef Name, const SymbolStream &Symbols) const findRecordsByName() argument
|
| H A D | NativeTypeFunctionSig.cpp | 65 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 D | NativeTypePointer.cpp | 69 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 D | NativeTypeUDT.cpp | 73 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 D | SymbolCache.cpp | 231 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 D | TpiStream.cpp | 120 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 D | PDBSymbol.cpp | 123 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 D | MicrosoftDemangleNodes.cpp | 115 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 D | MachOLinkGraphBuilder.h | 80 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 D | LazyReexports.cpp | 138 StringRef LazyReexportsMaterializationUnit::getName() const { in getName() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Dominators.cpp | 43 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 D | InlineAsm.cpp | 56 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() argument
|
| H A D | Mangler.cpp | 111 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 D | RemarkStreamer.cpp | 115 bool RemarkStreamer::needsSection() const { in needsSection() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 55 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 D | Disassembler.h | 101 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 D | MCSectionMachO.cpp | 103 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 D | LSUnit.cpp | 50 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 D | DispatchStage.cpp | 38 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 D | ExecuteStage.cpp | 43 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 D | ELFObjectFile.cpp | 97 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 D | ObjectFile.cpp | 47 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 D | gl4cShaderViewportLayerArrayTests.hpp | 81 getShaderProgram() const getShaderProgram() argument 85 hasTessellationShader() const hasTessellationShader() argument 89 getViewportLayerOffset() const getViewportLayerOffset() argument 93 getVarName() const getVarName() argument [all...] |
| H A D | gl4cTestPackages.cpp | 269 tcu::TestCaseExecutor* GL42CompatTestPackage::createExecutor(void) const in createExecutor() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateBasic.cpp | 92 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...] |