HomeSort by relevance Sort by last modified time
    Searched defs:FaultMapVersionType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
FaultMaps.h 78 typedef uint8_t FaultMapVersionType;
83 FaultMapVersionOffset + sizeof(FaultMapVersionType);
193 FaultMapVersionType getFaultMapVersion() const {
194 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FaultMaps.h 81 typedef uint8_t FaultMapVersionType;
86 FaultMapVersionOffset + sizeof(FaultMapVersionType);
196 FaultMapVersionType getFaultMapVersion() const {
197 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FaultMaps.h 81 typedef uint8_t FaultMapVersionType;
86 FaultMapVersionOffset + sizeof(FaultMapVersionType);
196 FaultMapVersionType getFaultMapVersion() const {
197 auto Version = read<FaultMapVersionType>(P + FaultMapVersionOffset, E);

Completed in 249 milliseconds