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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h174 class BTFKindDataSec : public BTFTypeBase { class in namespace:llvm
180 BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName);
250 std::map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries;
H A DBTFDebug.cpp346 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) function in class:BTFKindDataSec
353 void BTFKindDataSec::completeType(BTFDebug &BDebug) {
358 void BTFKindDataSec::emitType(MCStreamer &OS) {
1155 DataSecEntries[SecName] = std::make_unique<BTFKindDataSec>(Asm, SecName);

Completed in 105 milliseconds