Home
last modified time | relevance | path

Searched defs:SectionSizes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.h23 struct SectionSizes { struct
26 MapVector<std::string, uint64_t, StringMap<uint64_t>> DebugSectionSizes; argument
34 void calculateSectionSizes(const object::ObjectFile &Obj, SectionSizes &Sizes, argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp463 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections()