Home
last modified time | relevance | path

Searched +defs:Global +defs:B (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1937 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent()
1941 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration()
1945 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage()
1974 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage()
2039 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection()
2045 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection()
2049 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility()
2054 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) { in LLVMSetVisibility()
2059 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) { in LLVMGetDLLStorageClass()
2064 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) { in LLVMSetDLLStorageClass()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h48 if (Block *B = G->block(); B->isInitialized()) in ~Program() local
183 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h212 Global, enumerator
233 static UnnamedAddr getMinUnnamedAddr(UnnamedAddr A, UnnamedAddr B) { in getMinUnnamedAddr()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local
1121 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
1648 wasm::WasmGlobal Global; in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp259 bool Global = SymFlags & SymbolRef::SF_Global; in shouldPrint() local
270 bool operator<(const NMSymbol &A, const NMSymbol &B) { in operator <()
284 bool operator>(const NMSymbol &A, const NMSymbol &B) { return B < A; } in operator >()
285 bool operator==(const NMSymbol &A, const NMSymbol &B) { in operator ==()
1433 NMSymbol B = {}; in dumpSymbolsFromDLInfoMachO() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2410 for (const CXXBaseSpecifier &B : RD->bases()) in getMostBaseClasses() local
2419 llvm::AttrBuilder B(F->getContext()); in SetLLVMFunctionAttributesForDefinition() 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
4067 for (const CXXBaseSpecifier &B : Dtor->getParent()->bases()) in shouldEmitFunction() local
4704 llvm::AttrBuilder B(F->getContext(), ExtraAttrs.getFnAttrs()); in GetOrCreateLLVMFunction() local
6757 for (ObjCImplementationDecl::init_iterator B = D->init_begin(), in AllTrivialInitializers() local
6900 for (auto *B : DD->bindings()) in EmitTopLevelDecl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1119 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()
1135 DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()
1159 for (const GlobalVariable &Global : M->globals()) { in beginModule() local
2556 llvm::sort(Vec, [](auto &A, auto &B) { in emitDebugPubSection()
3068 llvm::sort(CUs, [](const DwarfCompileUnit *A, const DwarfCompileUnit *B) { in emitDebugARanges()
H A DAsmPrinter.cpp1881 const std::pair<StringRef, unsigned> &B) { in emitFunctionBody()
2456 auto Global = M.getGlobalVariable(SymbolName); in doFinalization() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp537 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
825 for (unsigned char B : Bytes) in printInst() local
2926 bool Global = Flags & SymbolRef::SF_Global; in printSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1082 void IRTranslator::emitBitTestHeader(SwitchCG::BitTestBlock &B, in emitBitTestHeader()
1143 Register Reg, SwitchCG::BitTestCase &B, in emitBitTestCase()
1843 Value *Global = TLI->getSDagStackGuard(*MF->getFunction().getParent()); in getStackGuard() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3057 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard() local
3199 void SelectionDAGBuilder::visitBitTestHeader(BitTestBlock &B, in visitBitTestHeader()
3265 BitTestCase &B, in visitBitTestCase()
7315 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h686 Global, enumerator
14536 static bool getPrintable(bool B) { return B; } in getPrintable()