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>, std::less<>>
H A DBTFDebug.cpp474 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() function in BTFKindDataSec
481 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
486 void BTFKindDataSec::emitType(MCStreamer &OS) { in emitType()
1549 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1610 It->second = std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1713 It->second = std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processFuncPrototypes()