Home
last modified time | relevance | path

Searched refs:NullPos (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp955 uint32_t NullPos = StringRef(string, left).find('\0'); in checkLinkerOptCommand() local
956 if (0xffffffff == NullPos) in checkLinkerOptCommand()
960 uint32_t len = std::min(NullPos, left) + 1; in checkLinkerOptCommand()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9272 uint32_t NullPos = StringRef(string, left).find('\0'); in PrintLinkerOptionCommand() local
9273 uint32_t len = std::min(NullPos, left) + 1; in PrintLinkerOptionCommand()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2451 DefaultIntArgument<"NullPos", 0>];