Home
last modified time | relevance | path

Searched defs:NumBBRanges (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DELF.cpp822 uint32_t NumBBRanges = 1; decodeBBAddrMapImpl() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp908 uint64_t NumBBRanges = 1; dumpBBAddrMapSection() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1486 uint64_t NumBBRanges = writeSectionContent() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h175 std::optional<uint64_t> NumBBRanges; member