Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp370 auto SplitName = Sym.getName().rsplit("."); in run() local
371 I = CommandLineResolutions.find({F, std::string(SplitName.first)}); in run()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c210 value IsOptimized, value Flags, value RuntimeVer, value SplitName, in llvm_dibuild_create_compile_unit_native() argument
216 caml_string_length(Flags), Int_val(RuntimeVer), String_val(SplitName), in llvm_dibuild_create_compile_unit_native()
217 caml_string_length(SplitName), Int_val(Kind), Int_val(DWOId), in llvm_dibuild_create_compile_unit_native()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h289 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen,
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h160 StringRef SplitName = StringRef(),
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp153 StringRef Flags, unsigned RunTimeVer, StringRef SplitName, in createCompileUnit() argument
166 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
H A DDebugInfo.cpp974 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, in LLVMDIBuilderCreateCompileUnit() argument
983 RuntimeVer, StringRef(SplitName, SplitNameLen), in LLVMDIBuilderCreateCompileUnit()