Home
last modified time | relevance | path

Searched defs:Index (Results 1 - 25 of 383) sorted by relevance

12345678910>>...16

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dex_data.rs8 pub struct Index<T, U>(c_int, PhantomData<(T, U)>); structure names
18 impl<T, U> Index<T, U> { impls
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp61 static std::string GetAEABIUnwindPersonalityName(unsigned Index) { in GetAEABIUnwindPersonalityName() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dinsertelement.h23 setElement(VectorType &Value, size_t Index, ElementType Element) { in setElement() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
H A DParser.h74 std::unique_ptr<ModuleSummaryIndex> Index; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumModules.h30 uint32_t Index; member in llvm::pdb::NativeEnumModules
H A DNativeTypeArray.h43 codeview::TypeIndex Index; member in llvm::pdb::NativeTypeArray
H A DNativeEnumGlobals.h35 uint32_t Index; member in llvm::pdb::NativeEnumGlobals
H A DNativeEnumTypes.h40 uint32_t Index; member in llvm::pdb::NativeEnumTypes
H A DNativeTypeEnum.h65 codeview::TypeIndex Index; member in llvm::pdb::NativeTypeEnum
H A DNativeTypeFunctionSig.h65 codeview::TypeIndex Index; member in llvm::pdb::NativeTypeFunctionSig
H A DNativeTypeUDT.h61 codeview::TypeIndex Index; member in llvm::pdb::NativeTypeUDT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp22 NativeEnumModules::NativeEnumModules(NativeSession &PDBSession, uint32_t Index) in NativeEnumModules() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DOperator.cpp57 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp28 static void initializeCounts(ModuleSummaryIndex &Index) { in initializeCounts() argument
45 void llvm::computeSyntheticCounts(ModuleSummaryIndex &Index) { in computeSyntheticCounts() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEnumeratedArray.h36 inline ValueType &operator[](const Enumeration Index) { in operator []() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h55 Optional<ModuleSummaryIndex> Index; member in llvm::ModuleSummaryIndexWrapperPass
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dgc-info.h137 V8_INLINE static GCInfoIndex Index() { in Index() function
/third_party/node/deps/v8/include/cppgc/internal/
H A Dgc-info.h143 V8_INLINE static GCInfoIndex Index() { in Index() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorBase.cs57 public int Index { get; } property in Google.Protobuf.Reflection.DescriptorBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp23 const ModuleSummaryIndex *Index = in run() local
54 const ModuleSummaryIndex *Index = variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType() argument
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() argument
54 bool TypeTableCollection::contains(TypeIndex Index) { in contains() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp33 unsigned Index = std::distance( in execute() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() argument
26 uint32_t Index; member in llvm::codeview::FunctionId
H A DTypeVisitorCallbacks.h32 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h88 FunctionImportGlobalProcessing( Module &M, const ModuleSummaryIndex &Index, SetVector<GlobalValue *> *GlobalsToImport = nullptr) FunctionImportGlobalProcessing() argument

Completed in 9 milliseconds

12345678910>>...16