Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp405 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() function in BTFKindDataSec
412 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
417 void BTFKindDataSec::emitType(MCStreamer &OS) { in emitType()
1395 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1454 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1548 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processFuncPrototypes()