Home
last modified time | relevance | path

Searched refs:FileNameOff (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h232 uint32_t FileNameOff; ///< File name index in the .BTF string table member
DBTFDebug.h221 uint32_t FileNameOff; ///< file name offset in the .BTF string table member
DBTFDebug.cpp701 LineInfo.FileNameOff = addString(FileName); in constructLineInfo()
820 OS.EmitIntValue(LineInfo.FileNameOff, 4); in emitBTFExtSection()
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h232 uint32_t FileNameOff; ///< File name index in the .BTF string table member
DBTFDebug.h227 uint32_t FileNameOff; ///< file name offset in the .BTF string table member
DBTFDebug.cpp737 LineInfo.FileNameOff = addString(FileName); in constructLineInfo()
856 OS.emitInt32(LineInfo.FileNameOff); in emitBTFExtSection()