HomeSort by: relevance | last modified time | path
    Searched defs:AbbrCode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 203 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) {
206 while (AbbrevData.getULEB128(&Offset) != AbbrCode) {
280 uint32_t AbbrCode = InfoData.getULEB128(&Offset);
282 uint64_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 99 llvm::yaml::Hex32 AbbrCode;

Completed in 25 milliseconds