Home
last modified time | relevance | path

Searched refs:IsDynInit (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp39 bool IsDynInit) { in reportGlobal() argument
67 Meta.IsDynInit = IsDynInit && !Meta.NoAddress && in reportGlobal()
98 bool IsDynInit) { in reportGlobal() argument
122 IsDynInit); in reportGlobal()
H A DSanitizerMetadata.h41 bool IsDynInit = false);
45 bool IsDynInit = false);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h322 Memtag(false), IsDynInit(false) {} in SanitizerMetadata()
354 unsigned IsDynInit : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1640 if (G->hasSanitizerMetadata() && G->getSanitizerMetadata().IsDynInit) in GlobalIsLinkerInitialized()
2692 ConstantInt::get(IntptrTy, MD.IsDynInit), in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3989 if (MD.IsDynInit) in printGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1475 (Meta.Memtag << 2) | (Meta.IsDynInit << 3); in serializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4081 Meta.IsDynInit = true; in deserializeSanitizerMetadata()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1321 Meta.IsDynInit = true; in parseSanitizer()