Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h180 class BTFKindDataSec : public BTFTypeBase {
186 BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName);
265 std::map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries;
H A DBTFDebug.cpp352 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec() function in BTFKindDataSec
359 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
364 void BTFKindDataSec::emitType(MCStreamer &OS) { in emitType()
1167 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1222 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processGlobals()
1314 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName)); in processFuncPrototypes()