Home
last modified time | relevance | path

Searched defs:BDebug (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp69 void BTFTypeDerived::completeType(BTFDebug &BDebug) { in completeType()
104 void BTFTypeFwd::completeType(BTFDebug &BDebug) { in completeType()
141 void BTFTypeInt::completeType(BTFDebug &BDebug) { in completeType()
161 void BTFTypeEnum::completeType(BTFDebug &BDebug) { in completeType()
204 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
232 void BTFTypeStruct::completeType(BTFDebug &BDebug) { in completeType()
283 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
325 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
343 void BTFKindVar::completeType(BTFDebug &BDebug) { in completeType()
359 void BTFKindDataSec::completeType(BTFDebug &BDebug) { in completeType()
[all …]
H A DBTFDebug.h57 virtual void completeType(BTFDebug &BDebug) {} in completeType()