Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h182 class BTFKindDataSec : public BTFTypeBase {
188 BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName);
303 std::map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries;
H A DBTFDebug.cpp407 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() function in BTFKindDataSec
414 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
419 void BTFKindDataSec::emitType(MCStreamer &OS) { in emitType()
1431 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1490 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1577 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processFuncPrototypes()