Home
last modified time | relevance | path

Searched refs:FileScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h382 llvm::DIFile *FileScope);
H A DCGDebugInfo.cpp1899 llvm::DIFile *FileScope) { in createInlinedSubprogram() argument
1908 /*Scope=*/FileScope, /*Name=*/FuncName, /*LinkageName=*/StringRef(), in createInlinedSubprogram()
1909 /*File=*/FileScope, /*LineNo=*/0, /*Ty=*/DIFnTy, in createInlinedSubprogram()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp803 std::unique_ptr<DictScope> FileScope; member in __anonbcadc77c0111::JSONELFDumper
8415 FileScope = std::make_unique<DictScope>(this->W); in printFileSummary()