HomeSort by relevance Sort by last modified time
    Searched refs:offset_type (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 301 using offset_type = uint64_t;
309 static std::pair<offset_type, offset_type>
313 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D);
314 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D);
318 StringRef ReadKey(const unsigned char *D, offset_type N) {
324 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 76 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
142 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
215 typedef unsigned offset_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
269 typedef unsigned offset_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
GlobalModuleIndex.cpp 77 typedef unsigned offset_type; typedef in class:__anon15296::IdentifierIndexReaderTrait
658 typedef unsigned offset_type; typedef in class:__anon15300::IdentifierIndexWriterTrait
ASTWriter.cpp 1726 typedef unsigned offset_type; typedef in class:__anon15288::HeaderFileInfoTrait
2878 typedef unsigned offset_type; typedef in class:__anon15290::ASTMethodPoolTrait
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 247 bfd_boolean (*offset_type) (void *); member in struct:debug_write_fns
debug.c     [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 122 typedef unsigned offset_type; typedef in class:__anon15050::FileEntryPTHEntryInfo
619 typedef unsigned offset_type; typedef in class:__anon15055::PTHIdentifierTableTrait
  /external/clang/lib/Lex/
PTHLexer.cpp 323 typedef unsigned offset_type; typedef in class:__anon15104::PTHFileLookupCommonTrait
375 typedef unsigned offset_type; typedef in class:PTHManager::PTHStringLookupTrait
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 464 typedef InstrProfLookupTrait::offset_type offset_type;
481 offset_type N) {
  /external/flatbuffers/src/
idl_gen_cpp.cpp 1487 auto offset_type = local
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 793 const glsl_type *offset_type = NULL);
    [all...]

Completed in 616 milliseconds

12