Home
last modified time | relevance | path

Searched +defs:Global +defs:C (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h82 struct Global { struct
99 Global GlobalImport; argument
222 auto C = dyn_cast<CustomSection>(S); in classof() local
239 auto C = dyn_cast<CustomSection>(S); in classof() local
252 auto C = dyn_cast<CustomSection>(S); in classof() local
267 auto C = dyn_cast<CustomSection>(S); in classof() local
280 auto C = dyn_cast<CustomSection>(S); in classof() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp103 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler()
112 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler()
117 void *LLVMContextGetDiagnosticContext(LLVMContextRef C) { in LLVMContextGetDiagnosticContext()
121 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback, in LLVMContextSetYieldCallback()
128 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { in LLVMContextShouldDiscardValueNames()
132 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { in LLVMContextSetDiscardValueNames()
136 void LLVMContextDispose(LLVMContextRef C) { in LLVMContextDispose()
140 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext()
157 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute()
175 LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateTypeAttribute()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h105 void add(const Constant *C, MachineFunction *MF, Register R) { in add()
129 Register find(const Constant *C, MachineFunction *MF) { in find()
198 Type *getDeducedGlobalValueType(const GlobalValue *Global) { in getDeducedGlobalValueType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp488 uint64_t C = Target.getConstant(); in recordRelocation() local
928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local
1223 for (const auto &C : Comdats) { writeLinkingMetaDataSection() local
1510 if (const MCSymbolWasm *C = Section.getGroup()) { writeOneObject() local
1544 if (const MCSymbolWasm *C = Section.getGroup()) { writeOneObject() local
1594 if (const MCSymbolWasm *C = Section.getGroup()) { writeOneObject() local
1648 wasm::WasmGlobal Global; writeOneObject() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp257 for (const auto &C : Section.Comdats) { in writeSectionContent() local
478 for (auto &Global : Section.Globals) { in writeSectionContent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h212 Global, enumerator
284 void setDLLStorageClass(DLLStorageClassTypes C) { in setDLLStorageClass()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h705 llvm::Constant *C) { in setStaticLocalDeclAddress()
717 llvm::GlobalVariable *C) { in setStaticLocalDeclGuardAddress()
746 void setTypeDescriptorInMap(QualType Ty, llvm::Constant *C) { in setTypeDescriptorInMap()
1675 std::pair<const FunctionDecl *, SourceLocation> Global) { in addUndefinedGlobalForTailCall()
H A DCodeGenModule.cpp333 CodeGenModule::CodeGenModule(ASTContext &C, in CodeGenModule()
509 void CodeGenModule::addReplacement(StringRef Name, llvm::Constant *C) { in addReplacement()
544 void CodeGenModule::addGlobalValReplacement(llvm::GlobalValue *GV, llvm::Constant *C) { in addGlobalValReplacement()
551 llvm::Constant *C = I.second; in applyGlobalValReplacements() local
561 const llvm::Constant *C; in getAliasedGlobal() local
2796 return llvm::all_of(Name, [](const char &C) { in allowKCFIIdentifier()
3008 auto &C = getLLVMContext(); in AddDependentLib() local
3501 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { in MustBeEmitted()
3518 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly()
3729 const auto *Global = cast<ValueDecl>(GD.getDecl()); in EmitGlobal() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp173 static void error(llvm::Error E, StringRef FileName, const Archive::Child &C, in error()
259 bool Global = SymFlags & SymbolRef::SF_Global; in shouldPrint() local
2048 Expected<Archive::Child> C = I.getMember(); in printArchiveMap() local
2087 for (auto &C : A->children(Err)) { in dumpArchive() local
2147 for (auto &C : A->children(Err)) { in dumpMachOUniversalBinaryMatchArchFlags() local
2210 for (auto &C : A->children(Err)) { in dumpMachOUniversalBinaryMatchHost() local
2265 for (auto &C : A->children(Err)) { in dumpMachOUniversalBinaryArchAll() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp905 for (auto &C : Prefix) in emitFunctionPrefix() local
915 for (auto &C : Prefix) { in emitFunctionPrefix() local
1645 const Constant *C = cast<ConstantAsMetadata>(AuxMDO)->getValue(); in emitPCSections() local
2020 static unsigned getNumGlobalVariableUses(const Constant *C) { in getNumGlobalVariableUses()
2456 auto Global = M.getGlobalVariable(SymbolName); in doFinalization() local
2633 const Constant *C = nullptr; in emitConstantPool() local
2862 auto *C = cast<Constant>(U); in emitSpecialLLVMGlobal() local
3280 Constant *C = ConstantFoldConstant(CE, getDataLayout()); in lowerConstant() local
3308 char C = Data[0]; in isRepeatedByteSequence() local
3841 const Constant *C = CPE.Val.ConstVal; in GetCPISymbol() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp788 void convertContext(std::optional<ContextID> ParentContextID, const Class &C, in convertContext()
1016 for (const auto &Global : TLItems.Globals) { in convertTopLevelItems() local
1119 YAMLConverter C(M, SourceFile, OS, DiagHandler, DiagHandlerCtxt); in compile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h147 C = 0x00, enumerator
610 support::ulittle32_t Global; member
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1401 for (const GlobalVariable &Global : M->globals()) { in processGlobals() local
1515 void BTFDebug::processGlobalInitializer(const Constant *C) { in processGlobalInitializer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp445 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError()
2926 bool Global = Flags & SymbolRef::SF_Global; in printSymbol() local
3176 static void printArchiveChild(StringRef Filename, const Archive::Child &C) { in printArchiveChild()
3262 const Archive::Child *C = nullptr) { in dumpObject()
3342 const Archive::Child *C = nullptr) { in dumpObject()
3362 for (auto &C : A->children(Err)) { in dumpArchive() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp233 auto &C = cast<Constant>(Val); in getOrCreateVRegs() local
1843 Value *Global = TLI->getSDagStackGuard(*MF->getFunction().getParent()); in getStackGuard() local
3497 bool IRTranslator::translate(const Constant &C, Register Reg) { in translate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1797 if (const Constant *C = dyn_cast<Constant>(V)) { in getValueImpl() local
3057 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard() local
3960 else if(ConstantInt *C = dyn_cast<ConstantInt>(I.getOperand(0))) in visitBitCast() local
4342 const auto *C = dyn_cast<Constant>(Idx); in visitGetElementPtr() local
4840 if (auto *C = dyn_cast<Constant>(Ptr)) { in getUniformBase() local
7315 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall() local
11857 if (const auto *C = dyn_cast<Constant>(PHIOp)) { in HandlePHINodesInSuccessorBlocks() local