HomeSort by: relevance | last modified time | path
    Searched refs:getFixedFormByteSize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 99 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) {
204 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams());
DWARFFormValue.cpp 173 dwarf::getFixedFormByteSize(Form, Params)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h 691 Optional<uint8_t> getFixedFormByteSize(dwarf::Form Form, FormParams Params);
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Dwarf.cpp 694 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params))

Completed in 36 milliseconds