Home
last modified time | relevance | path

Searched refs:Framework (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp947 StringRef Framework = FromHFI.Framework; in LookupFile() local
952 ToHFI.Framework = Framework; in LookupFile()
1099 HFI.Framework = in LookupFile()
1106 HFI.Framework = in LookupFile()
1137 ScratchFilename += IncludingHFI.Framework; in LookupFile()
1310 if (HFI.Framework.empty()) in mergeHeaderFileInfo()
1311 HFI.Framework = OtherHFI.Framework; in mergeHeaderFileInfo()
1499 StringRef HeaderSearch::getUniqueFrameworkName(StringRef Framework) { in getUniqueFrameworkName() argument
1500 return FrameworkNames.insert(Framework).first->first(); in getUniqueFrameworkName()
H A DModuleMap.cpp176 for (StringRef Framework : llvm::drop_begin(llvm::reverse(Paths))) in appendSubframeworkPaths() local
177 llvm::sys::path::append(Path, "Frameworks", Framework + ".framework"); in appendSubframeworkPaths()
1537 void parseInferredModuleDecl(bool Framework, bool Explicit);
1903 bool Framework = false; in parseModuleDecl() local
1914 Framework = true; in parseModuleDecl()
1929 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl()
2051 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
2054 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit) in parseModuleDecl()
2785 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl() argument
2791 if (!ActiveModule && !Framework) { in parseInferredModuleDecl()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DResources.rst8 * `GlobalISel - LLVM's Latest Instruction Selection Framework by Diana Picus @FOSDEM17 <https://www…
/openbsd-src/gnu/llvm/llvm/docs/
H A Dindex.rst39 `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation`__
H A DWritingAnLLVMPass.rst13 The LLVM Pass Framework is an important part of the LLVM system, because LLVM
29 passes. One of the main features of the LLVM Pass Framework is that it
H A DDeveloperPolicy.rst1090 New LLVM Project License Framework
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h118 StringRef Framework; member
846 StringRef getUniqueFrameworkName(StringRef Framework);
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DAddLLDB.cmake276 …message(SEND_ERROR "Framework target ${name} missing property for output directory. Cannot generat…
/openbsd-src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj216 26ACA3330D3E94F200A2120B /* Framework */,
309 26ACA3330D3E94F200A2120B /* Framework */ = {
314 name = Framework;
/openbsd-src/lib/libssl/doc/
H A Dstandards.txt152 Certification Practices Framework. S. Chokhani, W. Ford. March 1999.
/openbsd-src/share/snmp/
H A DSNMP-FRAMEWORK-MIB.txt503 implement the SNMP Management Framework MIB.
H A DHOST-RESOURCES-MIB.txt52 Framework, updated references section, added reference to
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1819 if (!Data.HFI.Framework.empty()) { in EmitData()
1822 = FrameworkNameOffset.find(Data.HFI.Framework); in EmitData()
1825 FrameworkStringData.append(Data.HFI.Framework); in EmitData()
1828 FrameworkNameOffset[Data.HFI.Framework] = Offset; in EmitData()
H A DASTReader.cpp1927 HFI.Framework = HS->getUniqueFrameworkName(FrameworkName); in ReadData()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgccint.info24873 * File Framework:: Structural information for the assembler file.
24888 File: gccint.info, Node: File Framework, Next: Data Output, Up: Assembler Format
24890 15.21.1 The Overall Framework of an Assembler File
25008 File: gccint.info, Node: Data Output, Next: Uninitialized Data, Prev: File Framework, Up: Assem…
28049 systems, this is used for Framework includes, which have semantics
31649 * ASM_APP_OFF: File Framework. (line 61)
31650 * ASM_APP_ON: File Framework. (line 54)
31651 * ASM_COMMENT_START: File Framework. (line 49)
31695 * ASM_OUTPUT_IDENT: File Framework. (line 83)
31710 * ASM_OUTPUT_SOURCE_FILENAME: File Framework. (line 68)
[all …]
H A Dtm.texi6488 * File Framework:: Structural information for the assembler file.
6503 @node File Framework
6504 @subsection The Overall Framework of an Assembler File
9908 systems, this is used for Framework includes, which have semantics
H A Dinvoke.texi8169 @code{#include <Framework/header.h>}, where @samp{Framework} denotes
H A Dgcc.info8218 `#include <Framework/header.h>', where `Framework' denotes the
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi6073 * File Framework:: Structural information for the assembler file.
6088 @node File Framework
6089 @subsection The Overall Framework of an Assembler File
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst914 Framework developers can opt-in to this mechanism by creating a
/openbsd-src/gnu/usr.bin/cvs/
H A DFAQ7684 compliant with the CFI (CAD Framework Initiative) industry standards,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.59212 * tm.texi (File Framework): Document UNALIGNED_SHORT_ASM_OP,