Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1195 bool RangesBaseAddress;
1201 bool RangesBaseAddress, ArrayRef<Metadata *> Ops)
1207 NameTableKind(NameTableKind), RangesBaseAddress(RangesBaseAddress) {
1221 unsigned NameTableKind, bool RangesBaseAddress, StorageType Storage,
1230 NameTableKind, RangesBaseAddress, Storage, ShouldCreate);
1240 bool RangesBaseAddress, StorageType Storage, bool ShouldCreate = true);
1265 DebugNameTableKind NameTableKind, bool RangesBaseAddress),
1269 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress))
1278 unsigned NameTableKind, bool RangesBaseAddress),
1282 DebugInfoForProfiling, NameTableKind, RangesBaseAddress))
[all …]
H A DDIBuilder.h149 bool RangesBaseAddress = false);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp516 unsigned NameTableKind, bool RangesBaseAddress, StorageType Storage, in getImpl() argument
530 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
H A DDIBuilder.cpp143 DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress) { in createCompileUnit() argument
154 RangesBaseAddress); in createCompileUnit()