Home
last modified time | relevance | path

Searched refs:BPFFieldRelocSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h71 BPFFieldRelocSize = 16, enumerator
DBTFDebug.cpp783 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
831 OS.EmitIntValue(BTF::BPFFieldRelocSize, 4); in emitBTFExtSection()
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h71 BPFFieldRelocSize = 16, enumerator
DBTFDebug.cpp819 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()
867 OS.emitInt32(BTF::BPFFieldRelocSize); in emitBTFExtSection()