Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/docs/
H A DCommandLine.rst1309 .. _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 DCodingStandards.rst844 .. _early exits:
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp245 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 DExternalFunctions.cpp64 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 DLangImpl09.rst237 Functions chapter
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp239 MethodAddressVector Functions; in notifyObjectLoaded() local
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface_internal.h72 size_t Functions; member
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h111 std::unordered_map<size_t, CoverageVector> Functions; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp557 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 DCalledValuePropagation.cpp75 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal()
108 std::vector<Function *> Functions; member in __anon2b7e60c20111::CVPLatticeVal
H A DBlockExtractor.cpp132 SmallVector<Function *, 4> Functions; in runOnModule() local
H A DFunctionAttrs.cpp1702 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 DLowerTypeTests.cpp1262 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 DAttributor.cpp3530 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 DCoverageReport.cpp95 ArrayRef<StringRef> Functions) { in adjustColumnWidths()
314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports() local
H A DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
H A DCoverageExporterJson.cpp259 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp82 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 Dllvm-pdbutil.h70 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp351 SimpleBindingMMFunctions Functions; member in __anone9c9ed580111::SimpleBindingMemoryManager
356 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h261 std::vector<MCCVFunctionInfo> Functions; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h67 Functions = (1u << 2), enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp893 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 DWasm.h284 std::vector<wasm::WasmFunction> Functions; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp810 auto Functions = getShaderFunctions(); in getShaderFunction() local

12