Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp485 std::string ExtSec; in makeObj() local
486 append(ExtSec, ExtHeader); in makeObj()
487 append(ExtSec, (uint32_t)sizeof(BTF::BPFFieldReloc)); in makeObj()
488 ExtSec.append(Relocs); in makeObj()
489 append(ExtSec, (uint32_t)sizeof(BTF::BPFLineInfo)); in makeObj()
490 ExtSec.append(Lines); in makeObj()
520 << makeBinRef(ExtSec.data(), ExtSec.size()); in makeObj()