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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AccelTable.cpp 591 assert(Die.getDebugSectionOffset() <= UINT32_MAX &&
593 Asm->emitInt32(Die.getDebugSectionOffset());
597 assert(Die.getDebugSectionOffset() <= UINT32_MAX &&
599 Asm->emitInt32(Die.getDebugSectionOffset());
DIE.cpp 197 uint64_t DIE::getDebugSectionOffset() const {
200 return Unit->getDebugSectionOffset() + getOffset();
665 uint64_t Addr = Entry->getDebugSectionOffset();
DwarfDebug.cpp 2377 CU.getDebugSectionOffset());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 807 uint64_t getDebugSectionOffset() const;
910 uint64_t getDebugSectionOffset() const { return Offset; }

Completed in 97 milliseconds