Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp467 auto *DWARFCU = IsCode ? DiCtx->getCompileUnitForCodeAddress(Address) in accumulateLocs() local
469 if (!DWARFCU) in accumulateLocs()
472 const DWARFDie &DIE = IsCode ? DWARFCU->getSubroutineForAddress(Address) in accumulateLocs()
473 : DWARFCU->getVariableForAddress(Address); in accumulateLocs()