Home
last modified time | relevance | path

Searched refs:AppendUnique (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h44 bool AppendUnique(llvm::StringRef path, llvm::StringRef replacement,
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp261 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp83 bool PathMappingList::AppendUnique(llvm::StringRef path, in AppendUnique() function in PathMappingList
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h144 AppendUnique = 6, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1461 case Module::AppendUnique: { in linkModuleFlagsMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp326 return Module::ModFlagBehavior::AppendUnique; in map_to_llvmModFlagBehavior()
344 case Module::ModFlagBehavior::AppendUnique: in map_from_llvmModFlagBehavior()
H A DVerifier.cpp1770 case Module::AppendUnique: { in visitModuleFlag()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1073 llvm::Module::AppendUnique, "riscv-isa", in Release()