Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h45 bool AppendUnique(llvm::StringRef path, llvm::StringRef replacement,
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp129 if (Flag.Behavior <= Module::ModFlagBehavior::AppendUnique) in cleanModuleFlags()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp262 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp83 bool PathMappingList::AppendUnique(llvm::StringRef path, in AppendUnique() function in PathMappingList
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h144 AppendUnique = 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1463 case Module::AppendUnique: { in linkModuleFlagsMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp346 return Module::ModFlagBehavior::AppendUnique; in map_to_llvmModFlagBehavior()
364 case Module::ModFlagBehavior::AppendUnique: in map_from_llvmModFlagBehavior()
H A DVerifier.cpp1834 case Module::AppendUnique: { in visitModuleFlag()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1113 llvm::Module::AppendUnique, "riscv-isa", in Release()