Home
last modified time | relevance | path

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

/freebsd/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.cpp408 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() function in BTFKindDataSec
415 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
420 void BTFKindDataSec::emitType(MCStreamer &OS) { in emitType()
1430 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1489 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1599 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processFuncPrototypes()