/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CommandLine.rst | 1309 .. _cl::getRegisteredOptions: 1311 The ``cl::getRegisteredOptions`` function 1361 The ``cl::ParseCommandLineOptions`` function 1372 The ``cl::SetVersionPrinter`` function 1389 The ``cl::opt`` class 1420 The ``cl::list`` class 1441 The ``cl::bits`` class 1461 The ``cl::alias`` class 1479 The ``cl::extrahelp`` class 1506 The ``cl::OptionCategory`` class
|
H A D | CodingStandards.rst | 844 .. _early exits:
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() 404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() 432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() 443 SmallSetVector<Function *, 4> Functions; in runOnModule() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 64 struct Functions { struct 65 sys::Mutex Lock; 66 std::map<const Function *, ExFunc> ExportedFunctions; 67 std::map<std::string, ExFunc> FuncNames; 69 std::map<const Function *, RawFunc> RawFunctions;
|
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 237 Functions chapter
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 239 MethodAddressVector Functions; in notifyObjectLoaded() local 362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_interface_internal.h | 72 size_t Functions; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.h | 111 std::unordered_map<size_t, CoverageVector> Functions; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 557 FunctionMap Functions; member in __anonc76328400211::StackSafetyDataFlowAnalysis 579 StackSafetyDataFlowAnalysis(uint32_t PointerBitWidth, FunctionMap Functions) in StackSafetyDataFlowAnalysis() 806 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo() 878 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions; in getInfo() local 1119 std::map<const FunctionSummary *, FunctionInfo<FunctionSummary>> Functions; in generateParamAccessSummary() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 75 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal() 108 std::vector<Function *> Functions; member in __anon2b7e60c20111::CVPLatticeVal
|
H A D | BlockExtractor.cpp | 132 SmallVector<Function *, 4> Functions; in runOnModule() local
|
H A D | FunctionAttrs.cpp | 1702 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet() 1734 deriveAttrsInPostOrder(ArrayRef<Function *> Functions, AARGetterT &&AARGetter) { in deriveAttrsInPostOrder() 1786 SmallVector<Function *, 8> Functions; in run() local 1860 SmallVector<Function *, 8> Functions; in runImpl() local
|
H A D | LowerTypeTests.cpp | 1262 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctions() 1356 selectJumpTableArmEncoding(ArrayRef<GlobalTypeMember *> Functions, in selectJumpTableArmEncoding() 1378 Function *F, ArrayRef<GlobalTypeMember *> Functions) { in createJumpTable() 1445 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctionsNative() 1613 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctionsWASM()
|
H A D | Attributor.cpp | 3530 SetVector<Function *> &Functions, in runAttributorOnFunctions() 3646 SetVector<Function *> Functions; in run() local 3669 SetVector<Function *> Functions; in run() local 3751 SetVector<Function *> Functions; in runOnModule() local 3780 SetVector<Function *> Functions; in runOnSCC() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 95 ArrayRef<StringRef> Functions) { in adjustColumnWidths() 314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports() local
|
H A D | CoverageExporterLcov.cpp | 57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
|
H A D | CoverageExporterJson.cpp | 259 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 82 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, in applyDebugifyMetadata() 296 iterator_range<Module::iterator> Functions, in collectDebugInfoMetadata() 539 iterator_range<Module::iterator> Functions, in checkDebugInfoMetadata() 707 iterator_range<Module::iterator> Functions, in checkDebugifyMetadata()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 70 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 351 SimpleBindingMMFunctions Functions; member in __anone9c9ed580111::SimpleBindingMemoryManager 356 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 261 std::vector<MCCVFunctionInfo> Functions; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | SymbolFile.h | 67 Functions = (1u << 2), enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 893 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection() 1051 ArrayRef<WasmFunction> Functions) { in writeCodeSection() 1462 SmallVector<WasmFunction, 4> Functions; in writeOneObject() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Wasm.h | 284 std::vector<wasm::WasmFunction> Functions; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 810 auto Functions = getShaderFunctions(); in getShaderFunction() local
|