Home
last modified time | relevance | path

Searched defs:const (Results 11976 - 12000 of 20717) sorted by relevance

1...<<471472473474475476477478479480>>...829

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h104 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 DOrcABISupport.h61 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 DSymbolStringPool.h88 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 DRuntimeDyld.h49 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 DCFGDiff.h90 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 DConstantRange.h51 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 DDominators.h90 getStart() const getStart() argument
94 getEnd() const getEnd() argument
268 getDomTree() const getDomTree() argument
[all...]
H A DGlobalValue.h128 bool mayBeDerefined() const { in mayBeDerefined() argument
164 unsigned getGlobalValueSubClassData() const { in getGlobalValueSubClassData() argument
[all...]
H A DGlobalVariable.h92 inline bool hasInitializer() const { return !isDeclaration(); } in hasInitializer() argument
110 inline bool hasDefinitiveInitializer() const { in hasDefinitiveInitializer() argument
122 inline bool hasUniqueInitializer() const { in hasUniqueInitializer() argument
136 inline const Constant *getInitializer() const { in getInitializer() argument
153 bool isConstant() const { retur argument
156 isExternallyInitialized() const isExternallyInitialized() argument
198 hasAttribute(Attribute::AttrKind Kind) const hasAttribute() argument
203 hasAttribute(StringRef Kind) const hasAttribute() argument
208 hasAttributes() const hasAttributes() argument
213 getAttribute(Attribute::AttrKind Kind) const getAttribute() argument
218 getAttribute(StringRef Kind) const getAttribute() argument
223 getAttributes() const getAttributes() argument
230 getAttributesAsList(unsigned index) const getAttributesAsList() argument
243 hasImplicitSection() const hasImplicitSection() argument
[all...]
H A DUse.h106 operator Value *() const { return Val; } in operator Value *() argument
107 Value *get() const { return Val; } in get() argument
121 const Value *operator->() const { return Val; } in operator ->() argument
123 Use *getNext() const { return Next; } in getNext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
H A DLineEditor.h105 const std::string &getPrompt() const { return Prompt; } in getPrompt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmBackend.h51 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() argument
132 requiresDiffExpressionRelocations() const requiresDiffExpressionRelocations() argument
175 getMinimumNopSize() const getMinimumNopSize() argument
184 finishLayout(MCAssembler const &Asm, MCAsmLayout &Layout) const finishLayout() argument
192 generateCompactUnwindEncoding(ArrayRef<MCCFIInstruction>) const generateCompactUnwindEncoding() argument
197 isMicroMips(const MCSymbol *Sym) const isMicroMips() argument
[all...]
H A DMCLinkerOptimizationHint.h122 MCLOHType getKind() const { return Kind; } in getKind() argument
124 const LOHArgs &getArgs() const { return Args; } in getArgs() argument
149 getDirectives() const getDirectives() argument
160 getEmitSize(const MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const getEmitSize() argument
171 emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const emit() argument
[all...]
H A DMCSectionELF.h70 StringRef getSectionName() const { return SectionName; } in getSectionName() argument
71 unsigned getType() const { return Type; } in getType() argument
72 unsigned getFlags() const { return Flags; } in getFlags() argument
73 unsigned getEntrySize() const { retur in getFlags() argument
75 getGroup() const getGroup() argument
83 isUnique() const isUnique() argument
84 getUniqueID() const getUniqueID() argument
86 getAssociatedSection() const getAssociatedSection() argument
87 getAssociatedSymbol() const getAssociatedSymbol() argument
[all...]
H A DMCSectionWasm.h59 StringRef getSectionName() const { return SectionName; } in getSectionName() argument
60 const MCSymbolWasm *getGroup() const { return Group; } in getGroup() argument
68 isWasmData() const isWasmData() argument
73 isUnique() const isUnique() argument
74 getUniqueID() const getUniqueID() argument
76 getSectionOffset() const getSectionOffset() argument
79 getSegmentIndex() const getSegmentIndex() argument
82 getPassive() const getPassive() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h100 const AsmToken &getTok() const { in getTok() argument
132 getKind() const getKind() argument
135 is(AsmToken::TokenKind K) const is() argument
138 isNot(AsmToken::TokenKind K) const isNot() argument
[all...]
H A DMCAsmParserExtension.h58 const MCAsmLexer &getLexer() const { in getLexer() argument
63 const MCAsmParser &getParser() const { in getParser() argument
113 HasBracketExpressions() const HasBracketExpressions() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h43 int computeRank(const InstRef &Lhs) const { in computeRank() argument
234 getResourceID(uint64_t Mask) const getResourceID() argument
243 isReadySetEmpty() const isReadySetEmpty() argument
244 isWaitSetEmpty() const isWaitSetEmpty() argument
261 hadTokenStall() const hadTokenStall() argument
269 sanityCheck(const InstRef &IR) const sanityCheck() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachOUniversal.h52 bool operator==(const ObjectForArch &Other) const { in operator ==() argument
56 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } in getNext() argument
57 uint32_t getCPUType() const { in getCPUType() argument
63 uint32_t getCPUSubType() const { in getCPUSubType() argument
69 uint64_t getOffset() const { in getOffset() argument
75 uint64_t getSize() const { in getSize() argument
81 uint32_t getAlign() const { in getAlign() argument
87 getReserved() const getReserved() argument
93 getArchFlagName() const getArchFlagName() argument
123 operator ->() const operator ->() argument
124 operator *() const operator *() argument
126 operator ==(const object_iterator &Other) const operator ==() argument
129 operator !=(const object_iterator &Other) const operator !=() argument
143 begin_objects() const begin_objects() argument
146 end_objects() const end_objects() argument
150 objects() const objects() argument
154 getMagic() const getMagic() argument
155 getNumberOfObjects() const getNumberOfObjects() argument
[all...]
H A DMinidump.h33 const minidump::Header &header() const { return Header; } in header() argument
36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() argument
39 ArrayRef<uint8_t> getRawStream(const minidump::Directory &Stream) const { in getRawStream() argument
50 getRawData(minidump::LocationDescriptor Desc) const { in getRawData() argument
62 Expected<const minidum argument
71 getModuleList() const getModuleList() argument
80 getThreadList() const getThreadList() argument
88 getExceptionStream() const getExceptionStream() argument
100 getMemoryList() const getMemoryList() argument
115 operator ==(const MemoryInfoIterator &R) const operator ==() argument
119 operator *() const operator *() argument
170 getData() const getData() argument
190 getStream(minidump::StreamType Type) const getStream() argument
[all...]
H A DSymbolicFile.h76 const content_type *operator->() const { return &Current; } in operator ->() argument
78 const content_typ argument
80 operator ==(const content_iterator &other) const operator ==() argument
84 operator !=(const content_iterator &other) const operator !=() argument
158 symbols() const symbols() argument
183 operator ==(const BasicSymbolRef &Other) const operator ==() argument
187 operator <(const BasicSymbolRef &Other) const operator <() argument
195 printName(raw_ostream &OS) const printName() argument
199 getFlags() const getFlags() argument
203 getRawDataRefImpl() const getRawDataRefImpl() argument
207 getObject() const getObject() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptTable.h76 const Info &getInfo(OptSpecifier Opt) const { in getInfo() argument
89 unsigned getNumOptions() const { retur argument
98 getOptionName(OptSpecifier id) const getOptionName() argument
103 getOptionKind(OptSpecifier id) const getOptionKind() argument
108 getOptionGroupID(OptSpecifier id) const getOptionGroupID() argument
113 getOptionHelpText(OptSpecifier id) const getOptionHelpText() argument
119 getOptionMetaVar(OptSpecifier id) const getOptionMetaVar() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPass.h89 PassKind getPassKind() const { return Kind; } in getPassKind() argument
97 AnalysisID getPassID() const { in getPassID() argument
137 getResolver() const getResolver() argument
[all...]
H A DPassAnalysisSupport.h123 bool getPreservesAll() const { return PreservesAll; } in getPreservesAll() argument
134 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet() argument
135 const VectorType &getRequiredTransitiveSet() const { in getRequiredTransitiveSet() argument
138 const VectorType &getPreservedSet() const { retur in getRequiredTransitiveSet() argument
139 getUsedSet() const getUsedSet() argument
201 getAnalysisIfAvailable() const getAnalysisIfAvailable() argument
220 getAnalysis() const getAnalysis() argument
226 getAnalysisID(AnalysisID PI) const getAnalysisID() argument
[all...]
H A DPassInfo.h62 StringRef getPassName() const { retur argument
67 getPassArgument() const getPassArgument() argument
71 getTypeInfo() const getTypeInfo() argument
74 isPassID(const void *IDPtr) const isPassID() argument
78 isAnalysisGroup() const isAnalysisGroup() argument
79 isAnalysis() const isAnalysis() argument
83 isCFGOnlyPass() const isCFGOnlyPass() argument
88 getNormalCtor() const getNormalCtor() argument
96 createPass() const createPass() argument
113 getInterfacesImplemented() const getInterfacesImplemented() argument
[all...]

Completed in 19 milliseconds

1...<<471472473474475476477478479480>>...829