Home
last modified time | relevance | path

Searched refs:OutputDebugInfoSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2168 uint64_t OutputDebugInfoSize = in cloneAllCompileUnits() local
2170 const uint64_t StartOutputDebugInfoSize = OutputDebugInfoSize; in cloneAllCompileUnits()
2174 CurrentUnit->setStartOffset(OutputDebugInfoSize); in cloneAllCompileUnits()
2176 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(); in cloneAllCompileUnits()
2188 OutputDebugInfoSize = CurrentUnit->computeNextUnitOffset(); in cloneAllCompileUnits()
2238 return OutputDebugInfoSize - StartOutputDebugInfoSize; in cloneAllCompileUnits()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1431 uint64_t OutputDebugInfoSize; member in llvm::dsymutil::__anondabe43b60111::DwarfLinker
3389 CurrentUnit.setStartOffset(Linker.OutputDebugInfoSize); in cloneAllCompileUnits()
3393 Linker.OutputDebugInfoSize = CurrentUnit.computeNextUnitOffset(); in cloneAllCompileUnits()
3427 OutputDebugInfoSize = 0; in link()