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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h176 class BTFKindDataSec : public BTFTypeBase { class in namespace:llvm
182 BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName);
252 std::map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries;
H A DBTFDebug.cpp351 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) function in class:BTFKindDataSec
358 void BTFKindDataSec::completeType(BTFDebug &BDebug) {
363 void BTFKindDataSec::emitType(MCStreamer &OS) {
1176 std::make_unique<BTFKindDataSec>(Asm, std::string(SecName));

Completed in 78 milliseconds