Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp350 auto *UniqueSourceFileIdentifier = dyn_cast_or_null<MDNode>( in getUniqueModuleId() local
352 if (UniqueSourceFileIdentifier) { in getUniqueModuleId()
354 cast<MDString>(UniqueSourceFileIdentifier->getOperand(0))->getString()); in getUniqueModuleId()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h347 std::string UniqueSourceFileIdentifier; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1251 if (!CodeGenOpts.UniqueSourceFileIdentifier.empty()) { in Release()
1257 CodeGenOpts.UniqueSourceFileIdentifier))); in Release()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4286 MarshallingInfoString<CodeGenOpts<"UniqueSourceFileIdentifier">>;